-
Notifications
You must be signed in to change notification settings - Fork 217
add gfbf as subtoolchain of foss #4143
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
add gfbf as subtoolchain of foss #4143
Conversation
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
But CI fails for containers, looks unrelated...
I've restarted the container tests. |
| """Compiler toolchain with GCC, OpenMPI, OpenBLAS, ScaLAPACK and FFTW.""" | ||
| NAME = 'foss' | ||
| SUBTOOLCHAIN = [Gompi.NAME, Golf.NAME] | ||
| SUBTOOLCHAIN = [Gompi.NAME, Golf.NAME, Gfbf.NAME] |
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.
Need tio add Golf and Gfbf calls to the banned_linked_shaed_libs too
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.
@akesandgren fixed in 26e3e22
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.
…n in foss toolchain
…fbf toolchains, already handled via separate toolchain components like OpenBLAS/FlexiBLAS
Micket
left a 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.
lgtm
(created using
eb --new-pr)Required for easybuilders/easybuild-easyconfigs#16912, so
SciPy-bundle/2022.11-gfbf-2022.10is considered as dependency formpi4py/3.1.4-foss-2022.10