-
Notifications
You must be signed in to change notification settings - Fork 68
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
ENH: Update CMake to decouple archives from example builds #399
ENH: Update CMake to decouple archives from example builds #399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not tested anything here. Code looks good.
Seeing repeated failures due to SHA256 resource download failures, which are in the process of being addressed with #398. https://open.cdash.org/viewBuildError.php?buildid=8270992 Documentation builds on my Ubuntu machine and I have verified that archives are generated based on folder structure to address #373. @thewtex Would you prefer that I wait and rebase once #398 is stable or go ahead and merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks @tbirdso !
We can merge if we can get a green build
Addresses issue where archives were not build for examples without an `add_example()` call, resulting in broken download links on `examples.itk.org`. New behavior packages example archives for all examples to accompany Sphinx documentation. Also cleans up `CMakeLists.txt` for several module groups.
b6cd49b
to
2394e00
Compare
Addresses issue where archives were not build for examples without an
add_example()
call, resulting in broken download links onexamples.itk.org
.New behavior packages example archives for all examples to accompany Sphinx documentation. Also cleans up
CMakeLists.txt
for several module groups.Closes #373.