-
Notifications
You must be signed in to change notification settings - Fork 6
ENH: Bump for ITK v5.3 release #12
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
Conversation
|
ITKSplitComponents is failing with an issue observed in ITKStrain prior to my opening this PR. As the error message originates from skbuild I have entered an issue there to track: scikit-build/scikit-build#805 Note that this issue blocks us from updating remote modules for v5.3. |
5ab9492 to
cfb9d2c
Compare
|
Changes in this PR including ITKPythonPackage update step allow ITK modules to build against v5.3.0 successfully: https://github.com/InsightSoftwareConsortium/ITKSplitComponents/actions/runs/3569030832/jobs/5999692408 Also demonstrated that an older ITKPythonPackage tag can be used to revert to earlier build scripts, in this case recreating the now-fixed Windows failure: https://github.com/tbirdso/ITKSplitComponents/actions/runs/3569679773/jobs/5999869846 @dzenanz I have made several changes since your last review, I'll leave this up in case you'd like to re-review in the morning before merge. |
|
Thank you @dzenanz ! |
Testing in ITKSplitComponents draft PR: InsightSoftwareConsortium/ITKSplitComponents#65