Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
boost
Commits:
da6a96ad by Chocobo1 at 2026-01-20T22:54:30+01:00
Remove boost-libs from boost dependency
Boost (development headers) has (opt-in) header-only mode. That means the
result binary don't
need boost-libs since all boost related code is inlined.
Packages that need boost-libs should explictly state so, and not relying on
boost pulling it in.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -74,7 +74,6 @@ package_boost() {
python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
pkgdesc+=' (development headers)'
- depends=("boost-libs=$pkgver")
optdepends=('python: for python bindings')
options=('staticlibs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/da6a96ad895cf1949b0831e3d18dadb040f39539
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/da6a96ad895cf1949b0831e3d18dadb040f39539
You're receiving this email because of your account on gitlab.archlinux.org.