Date: Wed, 11 Apr 2018 07:54:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227428] devel/cmake: fails to find suffixed libboost_python Message-ID: <bug-227428-7788-ktjei8mFPu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227428-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227428-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227428 --- Comment #3 from Willem Jan Withagen <wjw@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 t= hat 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}. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227428-7788-ktjei8mFPu>