From 4cf1f41af1a721ef77fee6c3466a60f63dffdbc2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 13 Dec 2020 18:48:08 +0000 Subject: [PATCH] extra/boost to 1.75.0-1 --- extra/boost/PKGBUILD | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index f136c5b55..0c0b6898e 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -14,35 +14,24 @@ pkgbase=boost pkgname=('boost-libs' 'boost') -pkgver=1.74.0 +pkgver=1.75.0 _boostver=${pkgver//./_} -pkgrel=2 +pkgrel=1 pkgdesc='Free peer-reviewed portable C++ source libraries' url='https://www.boost.org/' arch=('x86_64') license=('custom') makedepends=('icu' 'python' 'python-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 'findutils') source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2 - ${pkgbase}-ublas-c++20-allocator-patch1.patch::https://github.com/boostorg/ublas/commit/47a314dd01d1.patch - ${pkgbase}-ublas-c++20-allocator-patch2.patch::https://github.com/boostorg/ublas/commit/a23a903f9a36.patch ${pkgbase}-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch) -sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1' - '3f42688a87c532ac916889f21a4487b9e94a38a047b18724385eaa474719a9f7' - '67f413463a1a12bdf63c913acd318148dda618d3f994e466232e265bbf0c2903' +sha256sums=('953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb' 'aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee') -b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63' - '2375711ebfa084fbf91171c326c3219daa2038c803338340528ff873932c2cf3a49531ed72af1be9fc7af0440e311772ee1f4c44669eb551a81476b1d65f6ca0' - 'cef20c446636a2d68746537bdbe8d2821ae9d7f56c26dc1ef5d60ce7815c133debd616617f0f5db708d5365511f176e32f863f14bf69bc5a25e72def0a6cf147' +b2sums=('ce7ecd8bcee518ce54f7e5302f202acbea60cedd6ae9248708c0bb5bbc2713607b2e1967a9e6f77cc20a4c008c1ee4db651def55937efc80407487a7a44fa8d6' 'e5f6d4884eaa557d5547e7e079c2edb4ed9f2f4cd8579aa32a2150f824a5d04413f2a91e79b3139d5b915da6a46f7835f1438ad53f33096973f1a99f378ec1d3') prepare() { cd ${pkgbase}_${_boostver} - # https://github.com/boostorg/ublas/issues/96 - patch -Np2 -i ../${pkgbase}-ublas-c++20-allocator-patch1.patch - patch -Np2 -i <(<../${pkgbase}-ublas-c++20-allocator-patch2.patch \ - sed 's:test/:pls-apply-cleanly-kthxbai/libs/numeric/ublas/&:g') - # https://github.com/boostorg/ublas/pull/97 patch -Np2 -i ../${pkgbase}-ublas-c++20-iterator.patch }