mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/boost to 1.54.0-3
This commit is contained in:
parent
1aa9d6821a
commit
67f529ebaa
1 changed files with 6 additions and 3 deletions
|
@ -14,17 +14,19 @@ pkgbase=boost
|
|||
pkgname=('boost-libs' 'boost')
|
||||
pkgver=1.54.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')
|
||||
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
|
||||
boost-1.53.0-python3.patch
|
||||
boost-1.54.0-Fix-macro-for-int128-detection.patch)
|
||||
boost-1.54.0-Fix-macro-for-int128-detection.patch
|
||||
fix-new-glibc.patch)
|
||||
sha1sums=('069501636097d3f40ddfd996d29748bb23591c53'
|
||||
'34026072a7cb2534164f20e77bb71a5c75093307'
|
||||
'bf5177694ab8a0df6bc13aa47b05727c40febebb')
|
||||
'bf5177694ab8a0df6bc13aa47b05727c40febebb'
|
||||
'e3a5fac340c12b39add50070efb439b857108a0b')
|
||||
|
||||
build() {
|
||||
export _stagedir="${srcdir}/stagedir"
|
||||
|
@ -33,6 +35,7 @@ build() {
|
|||
cd "${srcdir}/${pkgbase}_${_boostver}"
|
||||
|
||||
patch -Np2 -i ../boost-1.54.0-Fix-macro-for-int128-detection.patch
|
||||
#patch -Np2 -i ../fix-new-glibc.patch
|
||||
|
||||
# Fix build errors with python 3
|
||||
sed -i "/PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g" bootstrap.sh
|
||||
|
|
Loading…
Reference in a new issue