extra/boost to 1.86.0-3

This commit is contained in:
Kevin Mihelich 2024-09-25 12:52:30 +00:00
parent 4bcbbeecf8
commit cba457ca5f
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = boost
pkgdesc = Free peer-reviewed portable C++ source libraries
pkgver = 1.86.0
pkgrel = 2
pkgrel = 3
url = https://www.boost.org/
arch = x86_64
license = BSL-1.0
@ -37,6 +37,7 @@ pkgname = boost-libs
provides = libboost_atomic.so
provides = libboost_charconv.so
provides = libboost_chrono.so
provides = libboost_cobalt.so
provides = libboost_container.so
provides = libboost_context.so
provides = libboost_contract.so

View file

@ -15,7 +15,7 @@
pkgname=('boost' 'boost-libs')
pkgver=1.86.0
pkgrel=2
pkgrel=3
_srcname=boost_${pkgver//./_}
pkgdesc="Free peer-reviewed portable C++ source libraries"
arch=('x86_64')
@ -74,6 +74,7 @@ build() {
runtime-link=shared \
link=shared,static \
toolset=gcc \
cxxstd=23 \
python=$python_version \
cflags="$CPPFLAGS $CFLAGS -fPIC -O3" \
cxxflags="$CPPFLAGS $CXXFLAGS -fPIC -O3" \
@ -115,6 +116,7 @@ package_boost-libs() {
libboost_atomic.so
libboost_charconv.so
libboost_chrono.so
libboost_cobalt.so
libboost_container.so
libboost_context.so
libboost_contract.so