boostorg / boost_install

8 stars 32 forks source link

Some CMake files for Python and NumPy lack version suffix #21

Closed jbeich closed 4 years ago

jbeich commented 4 years ago

Downstream may need Python 2 and Python 3 to coexist on an installed system. However, doing so would override the following files:

lib/cmake/boost_numpy-1.72.0/boost_numpy-config-version.cmake
lib/cmake/boost_numpy-1.72.0/boost_numpy-config.cmake
lib/cmake/boost_python-1.72.0/boost_python-config-version.cmake
lib/cmake/boost_python-1.72.0/boost_python-config.cmake
pdimov commented 4 years ago

These files are shared between Python 2 and Python 3 libraries.