Skip to content

[OpenBLAS_jll] Update to v0.3.13+11 #43300

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

Conversation

giordano
Copy link
Member

@giordano giordano commented Dec 2, 2021

This version has been rebuilt to have 32 threads by default, instead of 512 as
it accidentally happened before. The large number of threads caused problems on
some platforms, including StackOverflowErrors.

For an evidence this is now working on macOS for me, see JuliaPackaging/Yggdrasil#3999 (comment).

Fixes JuliaLang/LinearAlgebra.jl#886, closes JuliaLang/LinearAlgebra.jl#890 (<-- Edit: why don't they work?!?!)

Memo to self: to update the library, change the version number in stdlib/OpenBLAS_jll/Project.toml, run make -f contrib/refresh_checksums.mk -j openblas and remove the old checksums from the updated file deps/checksums/openblas.

This version has been rebuilt to have 32 threads by default, instead of 512 as
it accidentally happened before.  The large number of threads caused problems on
some platforms, including `StackOverflowError`s.

Fix #43008.
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.

1.7.0: inv Causes Stack Overflow 1.7.0-rc2: StackOverflowError with complex-valued matrix exp
2 participants