Note that Boost Python components require a Python version suffix
(Boost 1.67 and later), e.g. python36 or python27 for the
versions built against Python 3.6 and 2.7, respectively. This also
applies to additional components using Python including
mpi_python and numpy.
However in BoostConfig only "^python" is checked which means this fails for mpi_python. Is that intentional?
The FindBoost module states
However in BoostConfig only "^python" is checked which means this fails for mpi_python. Is that intentional?