Scikit-build 0.17.3 #969
jcfr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A small release related to
PYTHON_LIBRARYhandling changes in 0.17.2; scikit-build 0.17.3 returns an empty string fromget_python_libraryif no Python library is present (like on manylinux), where 0.17.2 returned None, and previous versions returned a non-existent path. Note that addingREQUIREDtofind_package(PythonLibswill fail, but it is incorrect (you must not link tolibPython.so) and was really just injecting a non-existent path before.Bug fixes
get_python_libraryreturn type string if python lib non-existing for now in revert: keep return type string if python lib non-existing for now #959.FindPythonExtensionsin fix: avoid 'not found' warning if libs are not found #960.Full Changelog: 0.17.2...0.17.3
This discussion was created from the release Scikit-build 0.17.3.
Beta Was this translation helpful? Give feedback.
All reactions