boost: 1.83.0 -> 1.84.0

This commit is contained in:
John McQuah 2023-12-27 10:00:14 +00:00
parent 9997ad717e
commit 058d87ae01
3 changed files with 433 additions and 415 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30VPJIi1GQZFPbuSszC3yFPDxTs+Il0ieFEksWhhFhnFH+i7TqWJtMzkeA0nGLmSU0rew9+e2cLk4cgKUr0Fuww=
SHA256 (Pkgfile) = 13633e644636e8be8feb7d897b0ae34b6bb5785a5ba5a0f59c627557a76f33ad
SHA256 (.footprint) = 5f0cdf94bc8917d39f01ecc89d6a92dc34d35a32de651a237cda8cd8bba79d85
SHA256 (boost_1_83_0.tar.bz2) = 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e
RWSagIOpLGJF3wRgAdHv1PLrmQVMsAhe4VzB7B4i5fB+NhuoqkV0AjZY0uyc2cxnOJqlV+J6R6r14I1Ldz0x8ik9je6z77SJGQw=
SHA256 (Pkgfile) = ccab792f414e67d730c43f6d07e5cee3081caaa32f126efbeddbf765e968918e
SHA256 (.footprint) = 8573b7167b4bf4174655c0146e3c1133bf7edb41826852d93f10ef8ec6fa6164
SHA256 (boost_1_84_0.tar.bz2) = cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454
SHA256 (boost-ublas-c++20-iterator.patch) = aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee

View File

@ -5,8 +5,8 @@
# Optional: icu openmpi python3-numpy
name=boost
version=1.83.0
release=2
version=1.84.0
release=1
source=(https://boostorg.jfrog.io/artifactory/main/release/$version/source/${name}_${version//./_}.tar.bz2
boost-ublas-c++20-iterator.patch)
@ -33,9 +33,6 @@ build() {
ln -s b2 $PKG/usr/bin/bjam
popd
# Boost.Build does not allow for disabling of numpy
# extensions, thereby leading to automagic numpy
./bootstrap.sh --with-toolset=gcc --with-python=/usr/bin/python3
# support for OpenMPI