-
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
OpenBLAS: make 64bit integer options explicit in recent easyconfigs #15748
base: develop
Are you sure you want to change the base?
OpenBLAS: make 64bit integer options explicit in recent easyconfigs #15748
Conversation
@jfgrimm: Tests failed in GitHub Actions, see https://github.com/easybuilders/easybuild-easyconfigs/actions/runs/2548818359
bleep, bloop, I'm just a bot (boegelbot v20200716.01) |
# library name suffix to append to 64-bit versions | ||
ilp64_lib_suffix = 'ilp64' | ||
# symbol suffix to append to 64-bit versions | ||
ilp64_symbol_suffix = '64_' |
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.
Should suffix really be "64_" and not "_64" ??
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 think you're both right :) OpenMathLib/OpenBLAS#646 (comment)
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.
Ah, hadn't seen that thread before... so question withdrawn.
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.
Just to add to this as I am trying to get an EC for GAMESS-US, latest version, going. The do this:
: openblas
Where is your libopenblas64.a or libopenblas.a file located?
Shall we patch that for that GAMESS-US version or consider doing yet another symlink here?
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.
Update on that: My older manual OpenBLAS
installtion has these files:
libopenblas_64bit.so
libopenblas_64bit.a
Test report by @jfgrimm |
Test report by @sassy-crick |
Just to add to this, and I might be wrong here: I am trying to install
It somehow appears that Update: adding |
requires:
(created using
eb --new-pr
)