boostorg / boost_install

8 stars 30 forks source link

Include version matching for mpi_python #11

Closed Flamefire closed 5 years ago

Flamefire commented 5 years ago

The FindBoost module states

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?

pdimov commented 5 years ago

Yes, you're right, mpi_python should be in the list.