-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
BandedMatrices
Nightly CI failure on Windows with 'could not load library "libblastrampoline"'
#981
Comments
should be something like const libblas_name = "libblastrampoline" * (Sys.iswindows() ? "-5" : "") |
Ideally we'd get the name from https://github.com/JuliaLang/julia/blob/87f8958a218215df0aaffab59736c30eb6f51d2e/stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl#L21-L27 but we can't reference JLLs from |
This slipped through the cracks in my PR sorry :(. |
Sorry, it seems to have been hardcoded in the package |
The run: https://github.com/JuliaLinearAlgebra/BandedMatrices.jl/actions/runs/4024201852/jobs/6915956298#step:21:120141
Error message:
There are many other similar errors.
The package uses
Base.libblas_name
to get the BLAS library. Tests are passing on other configurations (nightly on linux/max os) and on all platforms for v1.8.5 and v1.6.Version info:
The text was updated successfully, but these errors were encountered: