summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-28 00:05:06 -0700
committerroot <root@rshg054.dnsready.net>2013-03-28 00:05:06 -0700
commit0fbe25a10dce8ec16455854ed6929b688f98cb36 (patch)
tree24eae9f7b5c6ac412f662427713708f11c197628 /extra/boost
parent87fbcb30b652672a7e110b66a4c15342e27df826 (diff)
Thu Mar 28 00:05:05 PDT 2013
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index cd61d1341..4ca50f46f 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 180800 2013-03-26 11:49:27Z foutrelis $
+# $Id: PKGBUILD 180862 2013-03-27 13:30:16Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
@@ -10,13 +10,13 @@ pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.52.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
url="http://www.boost.org/"
arch=('i686' 'x86_64')
license=('custom')
makedepends=('icu>=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
- boost-1.52.0-python3.patch)
+ boost-1.52.0-python3.patch)
sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
'34026072a7cb2534164f20e77bb71a5c75093307')
@@ -24,7 +24,7 @@ _stagedir="${srcdir}/stagedir"
build() {
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
-
+
cd "${srcdir}/${pkgbase}_${_boostver}"
# Fix build errors with python 3
@@ -53,7 +53,7 @@ build() {
"${_stagedir}"/bin/bjam --toolset=gcc cflags="-std=gnu++11" library_status
popd
cp -a dist/bin/* "${_stagedir}"/bin
-
+
#boostbook is needed by quickbook
install -d -m 755 "${_stagedir}"/share/boostbook
cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
@@ -65,12 +65,13 @@ build() {
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
# install to ${_stagedir} in preparation for split packaging
"${_stagedir}"/bin/bjam \
- release \
+ variant=release \
debug-symbols=off \
threading=multi \
runtime-link=shared \
link=shared \
toolset=gcc \
+ python=2.7 \
--layout=system \
--prefix="${_stagedir}" \
${JOBS} \