[Bug 227126] devel/cmake: FIND_PACKAGE(Boost ... python) doesn't differentiate between flavors of devel/boost-python-libs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 30 21:44:20 UTC 2018


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: freebsd-ports-bugs at FreeBSD.org
          Reporter: yuri at freebsd.org
                CC: kde at FreeBSD.org, office at FreeBSD.org
                CC: kde at FreeBSD.org, office at FreeBSD.org

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.


More information about the kde-freebsd mailing list