Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boost: build extra boost_pythonXX libs, add python_executableXX options
Boost b2 supports building Boost.Python for multiple python versions. (https://www.boost.org/doc/libs/1_79_0/libs/python/doc/html/building/configuring_boost_build.html) Pass option `boost:pythonXY_executable` to enable building boost_python for X.Y of python. For example when in a python 3.10 environment, adding these options: -o boost:python27_executable=`which python2.7` \ -o boost:python36_executable=`which python3.6` \ ... Will build libboost_python310 (the default), libboost_python27 and libboost_python36.
- Loading branch information