Path to this page:
./
meta-pkgs/boost,
Free, peer-reviewed portable C++ source libraries
Branch: CURRENT,
Version: 1.91.0,
Package name: boost-1.91.0,
Maintainer: pkgsrc-usersBoost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
portable libraries which work well with the ISO C++ Standard Library.
This is a meta package that depends on all other components of Boost.
Required to run:[
devel/boost-libs] [
devel/boost-docs] [
devel/boost-headers] [
devel/boost-build] [
devel/boost-jam] [
devel/py-boost] [
devel/boost-mpi] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2026-05-15) Updated to version: boost-1.91.0
- (2025-12-26) Updated to version: boost-1.90.0
- (2025-09-27) Updated to version: boost-1.89.0
- (2024-12-29) Updated to version: boost-1.87.0
- (2024-10-04) Updated to version: boost-1.86.0
- (2024-04-17) Updated to version: boost-1.85.0
CVS history: (Expand)
2026-05-15 11:13:50 by Adam Ciarcinski | Files touched by this commit (14) |  |
Log message:
boost: updated to 1.91.0
1.91.0
General Notes
StaticAssert has been merged into Config. This includes code, tests and
documentation. For backward compatibility git submodule, CMake and b2 targets
of StaticAssert are still available; the targets simply introduce a dependency
on Config. Eventually, the submodule and targets will be removed. Users are
recommended to update their dependencies on StaticAssert to replace it with
Config. No C++ code modifications are necessary. Most Boost libraries have been
updated accordingly.
Read more https://www.boost.org/releases/latest/
|
| 2026-02-26 11:21:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
boost*: add upstream bug report link
|
| 2026-02-26 11:11:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
boost-headers: fix MSG_NOSIGNAL handling on NetBSD
From RVP on current-users.
Bump PKGREVISION.
|
| 2026-02-08 23:36:16 by Thomas Klausner | Files touched by this commit (4) |
Log message:
boost-libs: fix cmake files
Avoid path to workdir references, and reported fix path to include files.
From Anthony Mallet on tech-pkg
Bump PKGREVISION.
|
2025-12-25 23:45:29 by Adam Ciarcinski | Files touched by this commit (17) |  |
Log message:
boost: updated to 1.90.0
1.90.0
New Libraries
OpenMethod:
* Open-(multi-)methods in C++17 and above, from Jean-Louis Leroy.
https://www.boost.org/releases/latest/
|
| 2025-10-21 09:53:59 by Thomas Klausner | Files touched by this commit (2) |
Log message:
boost: add upstream bug report URL
|
| 2025-10-21 09:53:10 by Thomas Klausner | Files touched by this commit (3) |
Log message:
boost-headers: fix a bug in the dll module
Fixes the build of uhd.
Bump PKGREVISION.
|
2025-09-27 08:54:05 by Adam Ciarcinski | Files touched by this commit (23) |  |
Log message:
boost: updated to 1.89.0
1.89.0
New Libraries
Bloom:
filters, from Joaquín M López Muñoz.
https://www.boost.org/releases/latest/
|