tree: 4db9f0ffd2c0f5638aeb9d5eda9fc57922f26137
  1. 1.83.0.bcr.4/
  2. 1.88.0.bcr.2/
  3. 1.88.0.bcr.3/
  4. 1.89.0.bcr.1/
  5. 1.89.0.bcr.2/
  6. 1.89.0.bcr.3/
  7. add_boost_version.py
  8. metadata.json
  9. README.md
modules/boost/README.md

Boost Meta-Module

The boost module is a meta-module that is not meant to be directly added as a bazel_dep.

Its purpose is to ensure that all boost sub-modules included in a workspace are the same version.

Adding a New Boost Version

python3 modules/boost/add_boost_version.py <version>

This script will create a new version of all the boost submodules.

It is only necessary to run this when creating a new version of boost, e.g. 1.89 -> 1.90. You do not need to run this script when just creatinga a new bcr version for a boost module.