-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[LinearAlgebra] Correct liblapack
binding
#40170
Conversation
julia/stdlib/LinearAlgebra/src/blas.jl Lines 66 to 67 in e66a39b
, so I think that one should be kept and you should only add the binding to LinearAlgebra.LAPACK :
|
@fredrikekre I suppose ideally we should remove the |
Yes, I thought that was the point of #39845. |
Yes, that is right. I just looked, and we do have What do you think about having only libblas in blas.jl, and liblapack in lapack.jl - and then running the pkgeval to see how breaking it is? |
Sure, but costs nothing to keep them. Doesn't even seem like they had to be renamed in the first place. |
I don't think this is relevant for 1.6? |
* [LinearAlgebra] Correct binding * fix English * bring liblapack back into BLAS module
* [LinearAlgebra] Correct binding * fix English * bring liblapack back into BLAS module
* [LinearAlgebra] Correct binding * fix English * bring liblapack back into BLAS module
addresses #39845 (comment)