extra/boost to 1.55.0-5

This commit is contained in:
Kevin Mihelich 2014-03-31 19:25:33 +00:00
parent 2340ad76a9
commit b38c950821

View file

@ -14,7 +14,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')
@ -31,7 +31,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
}
build() {