mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/boost to 1.55.0-5
This commit is contained in:
parent
2340ad76a9
commit
b38c950821
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue