summaryrefslogtreecommitdiff
path: root/extra/boost/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/boost/PKGBUILD')
-rw-r--r--extra/boost/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 29494d00d..fc5af2bf1 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 202226 2013-12-20 02:36:58Z svenstaro $
+# $Id: PKGBUILD 209650 2014-03-31 11:08:52Z svenstaro $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
@@ -10,7 +10,7 @@ pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.55.0
_boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=5
url="http://www.boost.org/"
arch=('i686' 'x86_64')
license=('custom')
@@ -27,7 +27,7 @@ prepare() {
patch -p0 -i ../001-log_fix_dump_avx2.patch
# Add an extra python version. This does not replace anything and python 2.x need to be the default.
- echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : /usr/lib ;" >> ./tools/build/v2/user-config.jam
+ echo "using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : /usr/lib ;" >> ./tools/build/v2/user-config.jam
# Support for OpenMPI
echo "using mpi ;" >> ./tools/build/v2/user-config.jam