tree: 97f8528b8e77c505bdeced3290f42d8261aa8a78
  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. 1.89.0.bcr.4/
  8. 1.90.0/
  9. 1.90.0.bcr.1/
  10. add_boost_version.py
  11. metadata.json
  12. 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.