-
Notifications
You must be signed in to change notification settings - Fork 285
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
Make CMakeMake
respect the toolchainopts when selecting build type
#3452
Conversation
da1cd3d
to
14d9d59
Compare
14d9d59
to
3b69603
Compare
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.
LGTM
CMakeMake
respect the toolchainopts when selecting build type
Test report by @Micket Overview of tested easyconfigs (in order)
Build succeeded for 14 out of 14 (14 easyconfigs in total) |
Will repeat the tests above with debug: True |
Test report by @Micket Overview of tested easyconfigs (in order)
Build succeeded for 15 out of 15 (15 easyconfigs in total) |
which also looked good to me, so now with noopt |
Test report by @Micket Overview of tested easyconfigs (in order)
Build succeeded for 10 out of 14 (14 easyconfigs in total) |
also looked good, though the noopt flag is still setting --march=native which seems strange (though that is due to *FLAGS environment variables, not due to the cmake easyblock. Failures above is just that the build scripts intentionally append a "d" at the end of the library names, except for SRA-Toolkit which the build just breaks with you run debug (really unclear as to what is happening there, but, not CMake's fault from what i can see in the logs). I think this is good to go in. |
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.
lgtm
I guess EBs
For those it might be better to use (potentially iterated)
"Usage: vdb-dump [ ...] [options]" --> Looks like it messes up an invocation of a helper program. Probably a bug in their build scripts which we can report. |
See title