Add fixed boost package

This commit is contained in:
Martchus 2020-01-30 16:30:20 +01:00
parent d8bfb5e838
commit 785bbc6cff
1 changed files with 11 additions and 4 deletions

View File

@ -10,16 +10,23 @@
pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.71.0
pkgver=1.72.0
_boostver=${pkgver//./_}
pkgrel=3
pkgrel=2
pkgdesc='Free peer-reviewed portable C++ source libraries'
url='https://www.boost.org/'
arch=('x86_64')
license=('custom')
makedepends=('icu' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 'findutils')
source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2)
sha256sums=('d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee')
source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2
async_pipe.patch::https://github.com/boostorg/process/commit/6a4d2ff72114ef47c7afaf92e1042aca3dfa41b0.patch)
sha256sums=('59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722')
b2sums=('ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8')
prepare() {
cd ${pkgbase}_${_boostver}
patch -p2 -i "$srcdir/async_pipe.patch"
}
build() {
export _stagedir="${srcdir}/stagedir"