Replies: 1 comment 7 replies
-
A quick check, does scikit-build/scikit-build#739 fix it? (Actually, I might have forgotten to add the path itself in that case, but if it triggers a test failure, that would be helpful. So maybe try it if the scikit-build tests pass.) |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
@henryiii I try to make PR for migrating SimpleITK python wheel build to cibuildwheel for reducing the delay of release for new python version.
When I build locally https://github.com/SimpleITK/SimpleITKPythonPackage everything works ok. But if I run
CIBW_BUILD="cp310*" cibuildwheel --platform=linux .
build fails becausePYTHON_LIBRARY
is set to file name ('libpython3.10.a'
), not the full path to file.When I read scikit-build documentation, I understand that it should contain the full path. And it looks like it has it when built locally.
Did I wrong understand, or is there a reason why running it under cibuildwheel makes the build fail?
Or should I move this to
scikit-build
as an issue?Beta Was this translation helpful? Give feedback.
All reactions