-
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
fix post-install command for SuperLU_DIST in case library prefix is lib instead of lib64 #20162
fix post-install command for SuperLU_DIST in case library prefix is lib instead of lib64 #20162
Conversation
@boegelbot please test @ generoso |
@casparvl: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2009590625 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ generoso |
@casparvl: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2009638077 processed Message to humans: this is just bookkeeping information for me, |
Test report by @casparvl |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen3 |
@casparvl: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2009658790 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
should not be needed if you apply easybuilders/easybuild-framework#4435 |
@boegelbot please test @ jsc-zen3 |
@casparvl: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2012290717 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
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 @casparvl! |
(created using
eb --new-pr
)SuperLU_DIST
currently has the followingpostinstallcmds
:However, on my system, this leads to a failure: the
SuperLU_DIST
libraries are installed in%(installdir)s/lib
instead of%(installdir)s/lib64
. Thus, therm
fails since the directory doesn't exist.Proposed solution:
This should be safe for everyone :) And everyone will need it if we merge easybuilders/easybuild-easyblocks#3227