summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
commit4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch)
tree9cc60e9b2dce5800b57651ea5b5989381530c9de /extra/boost
parent9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff)
parent705d29694fd61c47a57ccec531e73d87a2960021 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/lxsession/PKGBUILD community/uzbl/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/gnutls/PKGBUILD extra/lapack/PKGBUILD extra/libcap-ng/PKGBUILD extra/php/PKGBUILD extra/plotutils/PKGBUILD extra/qt/PKGBUILD extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 76ecd2a33..a032792f9 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 163962 2012-07-23 02:59:56Z allan $
+# $Id: PKGBUILD 171511 2012-11-18 10:27:36Z andyrtr $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>
@@ -8,7 +8,7 @@ pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.50.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'mips64el')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
@@ -22,7 +22,7 @@ build() {
# set python path for bjam
cd "${srcdir}/${pkgbase}_${_boostver}/tools"
echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
- echo "using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : /usr/lib ;" >> build/v2/user-config.jam
+ echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : /usr/lib ;" >> build/v2/user-config.jam
echo "using mpi ;" >> build/v2/user-config.jam
cd "${srcdir}"/${pkgbase}_${_boostver}
@@ -77,7 +77,7 @@ build() {
package_boost() {
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
depends=("boost-libs=${pkgver}")
- optdepends=('python: for python bindings'
+ optdepends=('python3: for python bindings'
'python2: for python2 bindings'
'boost-build: to use boost jam for building your project.')