Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 21:44:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 227126] devel/cmake: FIND_PACKAGE(Boost ... python) doesn't differentiate between flavors of devel/boost-python-libs
Message-ID:  <bug-227126-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227126

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

cmake always writes this into CMakeCache.txt:

> //Boost python library (debug)
> Boost_PYTHON_LIBRARY_DEBUG:FILEPATH=3D/usr/local/lib/libboost_python.so
>=20
> //Boost python library (release)
> Boost_PYTHON_LIBRARY_RELEASE:FILEPATH=3D/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 sh=
ould
be /usr/local/lib/libboost_pythonN.N.so

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227126-25061>