[arch-commits] Commit in boost/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Mon Nov 12 06:50:19 UTC 2012
Date: Monday, November 12, 2012 @ 01:50:18
Author: ibiru
Revision: 170813
icu rebuild
Modified:
boost/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-12 02:30:11 UTC (rev 170812)
+++ PKGBUILD 2012-11-12 06:50:18 UTC (rev 170813)
@@ -8,7 +8,7 @@
pkgname=('boost-libs' 'boost')
pkgver=1.50.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
@@ -22,7 +22,7 @@
# 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}
@@ -76,7 +76,7 @@
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.')
More information about the arch-commits
mailing list