-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
build/pkgs/openblas/spkg-configure.m4: Reject version 0.3.22 #35377
Conversation
Shouldn't the conda version be restricted as well, otherwise this will lead to problems once 0.3.22 is released on conda (which happens with conda-forge/openblas-feedstock#150) |
Trusting the packagers to not package a broken version |
With this branch applied to 10.0.beta6, I ran
and
The full list of failures:
Some of these are known issues being tracked elsewhere, but some are new. |
could you try uninstalling brew's openblas and see if it helps these tests? |
First a clarification: I haven't run full tests on an Apple M2 machine, but I don't see any failures in Second, I uninstalled homebrew's openblas and I got the same failures. (I did |
|
My earlier problems are probably just dependent on that particular machine. On another Intel mac, all relevant tests pass. |
I gather that 0.3.23, fixing this bug, is out
…On Sun, 2 Apr 2023, 18:01 John H. Palmieri, ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#35377 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXYHEACPAMX7VFJTC6XRDW7GWHVANCNFSM6AAAAAAWLGSVZQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Yes and no Dima, see
OpenMathLib/OpenBLAS#3976
Guillermo
…On Sun, 2 Apr 2023 at 19:14, Dima Pasechnik ***@***.***> wrote:
I gather that 0.3.23, fixing this bug, is out
Message ID: ***@***.***>
|
Even if a later version fixes this bug, we still need to black-list 0.3.22. |
### 📚 Description The configure script was updated to reject openblas 0.3.22 but the test introduced in #35377 is too restrictive and excludes openblas 0.3.23. This patch addresses the issue for the non `pkg-config` case (currently on Archlinux, `openblas.pc` has no version number and `pkg-config` is not used in the configure process). ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies URL: #35524 Reported by: Rémy Oudompheng Reviewer(s): Dima Pasechnik, Matthias Köppe, Rémy Oudompheng
📚 Description
openblas 0.3.22 is broken, see:
openblas
: Update to 0.3.23 #35371We reject it.
📝 Checklist
⌛ Dependencies