Commit Graph

7 Commits (8947f9c00c3a397a11f44ebdb3651f48196ea96c)

Author SHA1 Message Date
Adriaan de Groot b0b9073b40 CMake: fix boost.python detection on FreeBSD
Kevin Kofler fa9aeb4a5d CMake: Fix BoostPython3.cmake for Fedora >= 30
CMakeModules/BoostPython3.cmake: Also try e.g. "python37" as the module
name, because Fedora 30 switched from the e.g. "python-py37" format to
that. Otherwise, Boost::Python3 cannot be found on Fedora without
manually setting CALAMARES_BOOST_PYTHON3_COMPONENT.
Adriaan de Groot 81db2bad5f CMake: refactor boost.python search
- improve description of Python dependencies
 - refactor search per python-version-style
 - report on features and found boost modules the standard way
Matthias Klumpp 7143505eec Make Boost.Python3 cmake script work properly on Debian again
skullbocks 57406f3bc9 [modules/packages] Added support for Portage and Entropy
skullbocks 55476ae6fc [CMakeModules/BoostPython3] Fixed Boost library search for Gentoo based distributions
Aurélien Gâteau 9c05ecef4d Fix finding of Boost.Python on Ubuntu