You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netlib-src crate only responsible for linking. FFI definitions for LAPACK (implemented in Fortran) is placed at lapack-sys because it is common though another LAPACK implementations e.g. OpenBLAS and Intel MKL.
netlib-src tries to compile reference LAPACK in build.rs if system feature is not specified.
If system feature is set, netlib-src does not compile the reference LAPACK, and tries to link system's LAPACK. Most Linux system has LAPACK package in its package registry, e.g. in Ubuntu apt install liblapack-dev installs /lib/x86_64-linux-gnu/liblapack.so.3.
For MSVC toolchain, it has no official Fortran compiler, and I do not know any compiled binary distribution of the reference LAPACK. Thus, this will be harder than GNU case.
GitHub Actions has Windows runner. This can be used for our purpose.
Problem
We need to setup msys2 environment on CI to use the above package.
Setup MSYS2 looks helpful for it, but I've never tested it.
This is what I recognize about this issue. Feel free to ask me any question.
No description provided.
The text was updated successfully, but these errors were encountered: