summaryrefslogtreecommitdiff
path: root/boost/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-07-02 15:42:51 +0200
committerTim Biermann <tbier@posteo.de>2022-07-02 15:42:51 +0200
commit3b510bc8906bc8fa6ff0f4cccf02fc69f7a183b3 (patch)
tree5d7b323d1b057fc0ad5c073fd21797245e3cabee /boost/Pkgfile
parent7aac8c5c2bfa744f2b2cf72725b0bda03d97b0a3 (diff)
downloadcontrib-3b510bc8906bc8fa6ff0f4cccf02fc69f7a183b3.tar.gz
contrib-3b510bc8906bc8fa6ff0f4cccf02fc69f7a183b3.tar.xz
boost: 1.78.0 -> 1.79.0
Diffstat (limited to 'boost/Pkgfile')
-rw-r--r--boost/Pkgfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/boost/Pkgfile b/boost/Pkgfile
index b1fbee7a9..6b9ddbb62 100644
--- a/boost/Pkgfile
+++ b/boost/Pkgfile
@@ -5,18 +5,14 @@
# Optional: icu openmpi python3-numpy
name=boost
-version=1.78.0
+version=1.79.0
release=1
source=(https://boostorg.jfrog.io/artifactory/main/release/$version/source/${name}_${version//./_}.tar.bz2
- boost-b2-fix-lib-install.patch
boost-ublas-c++20-iterator.patch)
build() {
cd ${name}_${version//./_}
- # https://github.com/bfgroup/b2/issues/104
- patch -p1 -d tools/build -i $SRC/boost-b2-fix-lib-install.patch
-
# https://github.com/boostorg/ublas/pull/97
patch -p2 -i $SRC/boost-ublas-c++20-iterator.patch

Generated by cgit