boost: 1.84.0 -> 1.85.0

This commit is contained in:
John McQuah 2024-04-19 01:29:04 +00:00
parent 6913f6548c
commit a739786d57
3 changed files with 513 additions and 405 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
RWSagIOpLGJF3wRgAdHv1PLrmQVMsAhe4VzB7B4i5fB+NhuoqkV0AjZY0uyc2cxnOJqlV+J6R6r14I1Ldz0x8ik9je6z77SJGQw=
SHA256 (Pkgfile) = ccab792f414e67d730c43f6d07e5cee3081caaa32f126efbeddbf765e968918e
SHA256 (.footprint) = 8573b7167b4bf4174655c0146e3c1133bf7edb41826852d93f10ef8ec6fa6164
SHA256 (boost_1_84_0.tar.bz2) = cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454
RWSagIOpLGJF33tLcIUzGwZFEMSMhOjqRl8ACdOO8lCMDvO0BNyKXCo4mZqfdzFX6rWgvyKR/Pl/N8QEYpDGNwiWQX7cbxkeOgA=
SHA256 (Pkgfile) = c5dac9de90574256daa9ed15f0c6d6b2fcfbfe4ef58ddb1c9432e96fd16c70f4
SHA256 (.footprint) = 2f2e531b94ded51de4e68195b53ae53000b6fd24fdb7b51ea9e5b01d4ad36e9b
SHA256 (boost_1_85_0.tar.bz2) = 7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617
SHA256 (boost-ublas-c++20-iterator.patch) = aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee

View File

@ -5,7 +5,7 @@
# Optional: icu openmpi python3-numpy
name=boost
version=1.84.0
version=1.85.0
release=1
source=(https://boostorg.jfrog.io/artifactory/main/release/$version/source/${name}_${version//./_}.tar.bz2
boost-ublas-c++20-iterator.patch)
@ -55,5 +55,5 @@ build() {
linkflags="$LDFLAGS"
prt-get isinst python3-numpy || rm -r $PKG/usr/include/boost/python/numpy*
prt-get isinst openmpi || rm -r $PKG//usr/include/boost/mpi/python*
prt-get isinst openmpi || rm -r $PKG/usr/include/boost/mpi/python*
}