-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Test failures with OpenBLAS 0.3.26 #19831
Comments
Thanks for the report @risicle. Looks like there's something to fix in our f2py signature files. Reference-LAPACK/lapack#942 is massive, I'm not sure that that is easy to go through - probably better to start from the failing tests, and figuring out what LAPACK routines are being called there, then checking their Copying from the gist for ease of checking:
|
This is in the corner of my mind. I saw it in LAPACK repo, I was going to do something about it, then I went into special rewrite. If someone else doesn't jump in, I'll circle back to this. |
Hi, just a heads-up here - in bumping our OpenBLAS package in NixOS to 0.3.26 (from 0.3.25), we've noticed some new scipy test failures with the error
_flapack.error: (liwork>=max(1,10*n)||liwork==-1) failed for 10th keyword liwork: dsyevr:liwork=1
.Full errors @ https://gist.github.com/risicle/5e47926a7a1f2019d9c8f596a317a0e1
This looks like it might be related to the release notes item:
whose trail leads to Reference-LAPACK/lapack#942
This is with numpy 1.26.2, scipy 1.11.4, python 3.11, gcc 13.2 x86_64 linux. Full system could reproduced from branch in PR NixOS/nixpkgs#278429 if necessary.
The text was updated successfully, but these errors were encountered: