-
Notifications
You must be signed in to change notification settings - Fork 22
Scikit build core #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thewtex
merged 15 commits into
InsightSoftwareConsortium:master
from
thewtex:scikit-build-core
Apr 8, 2024
Merged
Scikit build core #267
thewtex
merged 15 commits into
InsightSoftwareConsortium:master
from
thewtex:scikit-build-core
Apr 8, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👨🎤 ! |
jcfr
reviewed
Mar 28, 2024
henryiii
reviewed
Mar 28, 2024
f48677a
to
2d7ece0
Compare
@jcfr @henryiii thanks for the review! Suggestions integrated with local changes. I tested against the ITK Sphinx Examples
|
2d7ece0
to
0d7a5e3
Compare
Supporting the Stable ABI / Limited API.
Not needed with Limited API.
We now use scikit-build-core.
0d7a5e3
to
8cf816b
Compare
Voila, Windows:
|
And mac:
|
0dd4467
to
7419e1d
Compare
scikit-build classic setup.py still works.
7419e1d
to
09292e4
Compare
pip wheel --config-settings flag is not available in the pip available with Python 3.8, 3.9 on macOS.
In ITK 5.4 RC3, we provide macOS swig binaries. The path in the distribution has changed and is more complex -- just fetch the binaries at build time. Continue to support setup.py from scikit-build classic, but use scikit-build-core with the Stable ABI when setup.py has been migrated to pyproject.toml.
6b427b6
to
583af7b
Compare
The requirements-dev.txt file was missing from the tarball, which was an existing bug.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #217