blas-lapack-rs / openblas-src

Source of BLAS and LAPACK via OpenBLAS
Other
78 stars 48 forks source link

Documentation is unclear for Cross Compile on Windows #83

Open geoeo opened 2 years ago

geoeo commented 2 years ago

Hello, I am trying to get openblas to work on windows 10. The vcpkg section is fairly well written, but at the end there is a cross compiler section which is very unclear.

Is this necessary for using openblas on windows (I assume so, because its not working after the vcpkg steps). If so, could you provide an example on how to use this with cargo/rustc?

Thank you!