-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Change libblas to libblastrampoline #396
Conversation
@ViralBShah what's the right thing to do here? |
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
You can use |
Seems like there's an exported name clash? or is |
We need a new Julia nightly to come out today that should make this work. It works locally for me on julia master. |
Linux nightly binaries are unfortunately a bit behind - and we'll have them shortly. This should fix the issue though. |
Xref JuliaLang/julia#44360,
libblas
is not used anymore for Julia v1.9 and above, andlibblastrampoline
is instead. Causing errors for CI on Julia master including places like FluxML/Metalhead.jl#125 (comment)