-
Notifications
You must be signed in to change notification settings - Fork 705
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
ensure separate_build_dir is set to False for ITK and elastix components in SimpleElastix easyconfig #10300
ensure separate_build_dir is set to False for ITK and elastix components in SimpleElastix easyconfig #10300
Conversation
…nts in SimpleElastix easyconfig
6633142
to
0c6a332
Compare
Test report by @boegel |
Test report by @boegel |
@@ -74,6 +74,9 @@ components = [ | |||
'source_urls': ['https://github.com/InsightSoftwareConsortium/ITK/archive/'], | |||
'checksums': ['c6b3c33ecc73104c906e0e1a1bfaa41a09af24bf53a4ec5e5c265d7e82bdf69f'], | |||
'srcdir': '%%(builddir)s/ITK-%s' % local_itk_ver, | |||
# we need to take matters into our own hands here to ensure we have a unique build directory per component; |
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'm wondering if it wouldn't be better if this is done in the CMakeMake EB. Currently the build folders are %(start_dir)s/easybuild_obj
for these components, aren't they? How about instead if using %(builddir)s/easybuild_obj
we use %(builddir)s/easybuild_obj_%(name)s
or so?
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.
Hmm, that's also an option I guess, yeah...
But let's make that a separate PR, I don't want to block easybuilders/easybuild-easyblocks#1933 over this.
Test report by @boegel |
Test report by @verdurin |
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.
Looks fine.
Going in, thanks @boegel! |
(created using
eb --new-pr
)fix for easyconfigs added in #10216, required because of changes in easybuilders/easybuild-easyblocks#1933