https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227126
Bug ID: 227126
Summary: devel/cmake: FIND_PACKAGE(Boost ... python) doesn't
differentiate between flavors of
devel/boost-python-libs
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
CC: [email protected], [email protected]
cmake always writes this into CMakeCache.txt:
> //Boost python library (debug)
> Boost_PYTHON_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_python.so
>
> //Boost python library (release)
> Boost_PYTHON_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_python.so
The library is actually /usr/local/lib/libboost_python3.so for python-3.X.
devel/boost-python-libs should probably be made fully concurrent, and it should
be /usr/local/lib/libboost_pythonN.N.so
--
You are receiving this mail because:
You are on the CC list for the bug.