rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
78 stars 22 forks source link

Add oneAPI distribution support for Windows #64

Closed dunnock closed 1 year ago

dunnock commented 3 years ago

oneAPI is suggested way of MKL distribution on Windows and it requires few tweaks to search paths to work: search path should account for %ONEAPI_ROOT% env var, iomp library is named libiomp5md.lib and can be located under

I was able to execute tests properly:

cargo test --features mkl-dynamic-lp64-iomp --no-default-features
dunnock commented 3 years ago

This should fix https://github.com/rust-math/intel-mkl-src/issues/46 for Windows at least via oneAPI distribution

termoshtt commented 1 year ago

Thank PR, and sorry for later replay.

I have started rewriting intel-mkl-tool totally from #81, and on #90 we re-enabled windows support with oneAPI based MKL. The issues this PR try to resolved has been resolved by #90. I close this PR.