-
Notifications
You must be signed in to change notification settings - Fork 4
scikit-build-core port #21
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
base: master
Are you sure you want to change the base?
Conversation
Rename python package dir to "src" to be different from installed package.
Editable install is broken since Setuptools 64 pypa/setuptools#3504 Not supported by scikit-build scikit-build/scikit-build#740 scikit-build/scikit-build#770 scikit-build/scikit-build#939
Vulnerable Libraries (1)
More info on how to fix Vulnerable Libraries in JavaScript. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
|
Bito Automatic Review Skipped - Files Excluded |
Fixes of #20 + port to scikit-build-core.
pyproject.tomlis moved to the root. Editable install is supported.setuptoolsis dropped. Simplify cmake scripts.Broken codacy action is dropped.
ilammy/msvc-dev-cmdaction is broken. So, bundle fixed version of it until ilammy/msvc-dev-cmd#94 and ilammy/msvc-dev-cmd#95 are merged (or not).cibuildwheelandrepairwheelare used to build wheels as recommended inscikit-build-core's documentation. Now only the targets that were there before are being built. Then we can try adding macosx, arm, etc.Summary by Bito