-
Notifications
You must be signed in to change notification settings - Fork 283
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
update SuiteSparse easyblock to only install SuiteSparse libraries with make install
#3004
update SuiteSparse easyblock to only install SuiteSparse libraries with make install
#3004
Conversation
make install
make install
make install
make install
make install
It looks like these changes are not backwards-compatible at all... @appolloford Can you provide some more info on why these changes are required? |
This PR is trying to make the installation of SuiteSparse as close to normal The current behaviour of this easyblock is (1) revise the A few major changes:
Some concerns:
Details:
Please let me know if you find any mistakes. I may forget some details and write something wrong here. |
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1756123421 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 8 out of 10 (10 easyconfigs in total) |
These two tests failed for intel license.
|
Test report by @akesandgren Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
…asyblocks into 20230918125732_new_pr_suitesparse
Also since SuiteSparse uses CMake from v6 we should take care of that in the easyblock. This can however be done in a separate PR |
Actually SuiteSparse does not follow the normal
I think this does not match with the CMakeMake easyblock and I leave the |
According to the python-linting test you should also remove these imports |
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
Going in, thanks @appolloford! |
make install
make install
make install
make install
(created using
eb --new-pr
)