-
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
work around miscompilation of OpenBLAS on POWER by compiling with -fstack-protector-strong #15885
work around miscompilation of OpenBLAS on POWER by compiling with -fstack-protector-strong #15885
Conversation
Build of Test report by @Flamefire |
Build of this PR: Test report by @Flamefire |
Build of SciPy-bundle-2021.05-foss-2021a.eb SciPy-bundle-2021.10-foss-2021b.eb after this PR: Test report by @Flamefire |
Looks good, I'll upload some test reports too for this, but should be good to go, thanks a lot for the effort here @Flamefire! Do you think it's worth opening a PR for this upstream in the OpenBLAS repo? |
Test report by @boegel |
Test report by @boegel |
Test report by @boegel |
Going in, thanks @Flamefire! |
(created using
eb --new-pr
)Fix for the compiler issue reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100799 which leads to segfaults during the numpy tests on PPC.
See also a similar commit by @boegel to the BLAS/LAPACK libs contained in FlexiBLAS: b56f434
Supersedes #15867 and alternative to easybuilders/easybuild-framework#3809 / #13836
Fixes #12968