-
Notifications
You must be signed in to change notification settings - Fork 284
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
Including FlexiBLAS as the default BLAS in foss will require easyblock changes #2421
Comments
I think the numpy one in particular needs to be tackled before we merge the SciPy bundle for 2021a |
As discussed in today's EB conf call: we should also come up with a way to detect unintentional direct linking to libraries like OpenBLAS, probably by enhancing the sanity check in framework, perhaps specifically for toolchains that include |
@ocaisa The |
Building R (4.1.0) in 2021a I get:
So, flexiblas is not being detected / used. |
The R configure script has a library flag ( |
@ocaisa Should we still keep this open? |
Well, since we check for linking to openblas now, I think this can be closed. The issue will present it self when a pr is made for the relevant easyblocks |
A first search indicates (at least):
BLA_VENDOR
in CMakeMake easyblock if BLAS is in the toolchain #2420)numpy(no change needed to link with FlexiBLAS, cfr. {lang}[foss/2021.04] SciPy-bundle v2021.05 easybuild-easyconfigs#12935)ScaLAPACK(fixed inmake ScaLAPACK easyblock aware of FlexiBLAS #2427)The text was updated successfully, but these errors were encountered: