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
I just ran into this same problem just now. This is also happening on Linux. It seems you cant build a static library with iomp5. So for example:
[dependencies]
intel-mkl-src = { version = "0.6", default-features = false, features = ["mkl-static-ilp64-iomp"] }
Will fail to compile, but mkl-static-ilp64-seq or mkl-dynamic-ilp64-iomp will work just fine. This seems to be an issue with the build script somewhere.
I am using NDArray Linalg (https://github.com/rust-ndarray/ndarray-linalg) with intel-mkl-static feature. It is working in msvc toolchain perfectly.
However, when I switch to GNU toolchain, I am getting below error,
Any idea why?
The text was updated successfully, but these errors were encountered: