summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-01-11 10:22:52 +0100
committerbartus2021-01-11 10:22:52 +0100
commit3e2a772ed04b44e620a4361aad60ccaec1a500b5 (patch)
tree33d67bcd539a023df0b65a214e99ff4162b1b43b
parent8ada6907d764815cc88d041f6e5fb392c5421bd2 (diff)
downloadaur-3e2a772ed04b44e620a4361aad60ccaec1a500b5.tar.gz
Pop version to boost:1.75
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD19
2 files changed, 10 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a328d0d5e247..ea0fdd422520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = boost-python2
pkgdesc = Free peer-reviewed portable C++ source libraries
- pkgver = 1.74.0
- pkgrel = 2
+ pkgver = 1.75.0
+ pkgrel = 1
url = https://www.boost.org/
arch = x86_64
license = custom
@@ -15,17 +15,11 @@ pkgbase = boost-python2
makedepends = openmpi
makedepends = zstd
makedepends = findutils
- source = https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2
- source = boost-ublas-c++20-allocator-patch1.patch::https://github.com/boostorg/ublas/commit/47a314dd01d1.patch
- source = boost-ublas-c++20-allocator-patch2.patch::https://github.com/boostorg/ublas/commit/a23a903f9a36.patch
+ source = https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
source = boost-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch
- sha256sums = 83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1
- sha256sums = 3f42688a87c532ac916889f21a4487b9e94a38a047b18724385eaa474719a9f7
- sha256sums = 67f413463a1a12bdf63c913acd318148dda618d3f994e466232e265bbf0c2903
+ sha256sums = 953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb
sha256sums = aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee
- b2sums = 2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63
- b2sums = 2375711ebfa084fbf91171c326c3219daa2038c803338340528ff873932c2cf3a49531ed72af1be9fc7af0440e311772ee1f4c44669eb551a81476b1d65f6ca0
- b2sums = cef20c446636a2d68746537bdbe8d2821ae9d7f56c26dc1ef5d60ce7815c133debd616617f0f5db708d5365511f176e32f863f14bf69bc5a25e72def0a6cf147
+ b2sums = ce7ecd8bcee518ce54f7e5302f202acbea60cedd6ae9248708c0bb5bbc2713607b2e1967a9e6f77cc20a4c008c1ee4db651def55937efc80407487a7a44fa8d6
b2sums = e5f6d4884eaa557d5547e7e079c2edb4ed9f2f4cd8579aa32a2150f824a5d04413f2a91e79b3139d5b915da6a46f7835f1438ad53f33096973f1a99f378ec1d3
pkgname = boost-python2-libs
@@ -36,6 +30,6 @@ pkgname = boost-python2-libs
pkgname = boost-python2
pkgdesc = Free peer-reviewed portable C++ source libraries - development headers
depends = python2
- depends = boost-python2-libs=1.74.0
+ depends = boost-python2-libs=1.75.0
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 7c7bd4ec6010..7817fa1c19bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,35 +11,24 @@
pkgbase=boost-python2
pkgname=('boost-python2-libs' 'boost-python2')
-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' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 'findutils')
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
- "${pkgbase%-python2}-ublas-c++20-allocator-patch1.patch::https://github.com/boostorg/ublas/commit/47a314dd01d1.patch"
- "${pkgbase%-python2}-ublas-c++20-allocator-patch2.patch::https://github.com/boostorg/ublas/commit/a23a903f9a36.patch"
"${pkgbase%-python2}-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%-python2}_${_boostver}
- # https://github.com/boostorg/ublas/issues/96
- patch -Np2 -i ../${pkgbase%-python2}-ublas-c++20-allocator-patch1.patch
- patch -Np2 -i <(<../${pkgbase%-python2}-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%-python2}-ublas-c++20-iterator.patch
}