Skip to content
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: Use less aggressive optimization with GCC-12. #12872

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

mmuetzel
Copy link
Collaborator

mingw-w64-openblas/PKGBUILD Outdated Show resolved Hide resolved
@mmuetzel
Copy link
Collaborator Author

IIUC, it was an unexpected side effect that OpenBLAS is compiled with optimization level -O3 instead of -O2 when the build rules switched from make to cmake.
Given that, I updated the PR again to revert to building with -O2 for all environments.

@mmuetzel
Copy link
Collaborator Author

I installed the MINGW64 build artifact from this PR. With it, the example program from #12857 no longer crashes.

so we can try to reproduce and revert this in the future
@lazka lazka merged commit 31b565a into msys2:master Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault with mingw-w64-x86_64-openblas package
3 participants