[Bug 227428] devel/cmake: fails to find suffixed libboost_python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 11 07:54:34 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #3 from Willem Jan Withagen <wjw at digiware.nl> ---
(In reply to Willem Jan Withagen from comment #2)

The orignal code in Ceph is like:
  list(APPEND BOOST_COMPONENTS python)
  ......
  find_package(Boost 1.66 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)

And then the CMAKE modules do their stuff.

Asking for a different python version there fixes the issue when there is that
version library.
So it is fixable from Ceph, but I strongly think it needs to be fixed in the
actual CMake code that tries to find the libboost_python{PY_VER}.

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


More information about the kde-freebsd mailing list