-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failure loading libblastrampoline on julia v1.9 #11
Comments
I already mentioned this issue here. My hope was that it will be automatically addressed with Julia 1.9, but apparently it was not. Any proposal how to proceed further with this? |
makes me think that this line MatrixPencils.jl/src/lapackutil2.jl Line 3 in 460e14a
should remove the version check and always use |
Thanks. I implemented your proposal and performed exhaustive tests for Julia 1.6-1.10 on both Windows and Linux. The version v1.7.7 will fix this problem for all Julia versions. The same modification needs to be also performed to MatrixEquations. |
Thanks for fixing! |
Hello Andreas, hope you're doing well!
A user of ControlSystems.jl recently reported an error calling
lsminreal
in Julia v1.9 running on Windows.The error looks like this
(
minreal
is a thin wrapper aroundMatrixPencils.lsminreal
)I suspect the error stems from some manual management of the lapack installation in this package, a search came up with this line mentioning libblastrampoline explicitly
MatrixPencils.jl/src/lapackutil2.jl
Line 3 in 460e14a
The text was updated successfully, but these errors were encountered: