Date: Wed, 18 Apr 2018 10:27: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-q9bpo44Eeo@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 #13 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Adriaan de Groot from comment #11) > how much of that would just go away if we fix the CMake module? None. My ${PY_BOOST_LIB} fixes are for non-CMake ports or CMake ports with their own way to find Boost.Python. > how much goes away by itself with CMake 3.11.0? None. CMake added "pythonXY" (versioned) support as Boost component. If a project doesn't switch from "python" to "pythonXY" CMake won't find libboost_pythonXY installed by Boost 1.67. If "pythonXY" is used then Boost= < 1.67 users are out of luck. Obviously, downstream (e.g., FreeBSD Ports) may= be unhappy with whatever Python version was requested, often preferring a more recent one. --=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-q9bpo44Eeo>