-
-
Notifications
You must be signed in to change notification settings - Fork 13.1k
openblas64 0.3.30 (new formula) #246734
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
base: main
Are you sure you want to change the base?
openblas64 0.3.30 (new formula) #246734
Conversation
ae7ea2d
to
4758302
Compare
I believe it would be best to build for 0.3.29, which is what is included in Julia 1.12. But we'll naturally need 0.3.30 soon too. |
@ViralBShah Homebrew likes to live on the edge, and ship the latest of everything. Also, we tend not to ship multiple versions of one software. So we regularly ship julia binaries linked to library versions that are newer than what is used in binaries upstream. |
Not sure what the And don't know why it feels it needs to use |
7447853
to
d05bbab
Compare
IIRC, |
OK now it's a linux-only failure of libblastrampoline test:
I'm not sure why it can't find or open that library, because it's clearly there:
|
Maybe needs LD_LIBRARY_PATH? |
Fixes #246702
First attempt at adding an ILP64 version of openblas, and using it in Julia.