-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
: Update to 0.3.23
#35371
openblas
: Update to 0.3.23
#35371
Conversation
(Updating to 0.3.22) Testing on macOS, I'm getting a bunch of errors like this:
See also https://groups.google.com/g/sage-devel/c/YCVbmY6seIs |
Updating numpy to 1.24.2 (via #35081) does not help with this. |
What do scipy people do about it? They depend on OpenBLAS. |
Independently of this ticket, I made my own branch with an upgrade of |
openblas 0.3.23 was released, and all doctests in sage pass now. |
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description openblas 0.3.22 is broken, see: - #35371 - scipy/scipy#18208 - OpenMathLib/OpenBLAS#3976 We reject it. <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35377 Reported by: Matthias Köppe Reviewer(s): John H. Palmieri
Using the latest |
Documentation preview for this PR is ready! 🎉 |
Does |
That was done in #35524 (already merged) |
Let's proceed with this. |
Thanks! |
📚 Description
https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.23
fedora-38-minimal
archlinux-latest-minimal
(openblas build fails on archlinux-latest-minimal, fedora-38-minimal #34899) andopensuse-tumbleweed-minimal
persist after this update📝 Checklist
⌛ Dependencies