rust-math / intel-mkl-src

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

Re-implement intel-mkl-tool #81

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago

intel_mkl_tool::Entry is rewritten into intel_mkl_tool::Library.

Changes

termoshtt commented 1 year ago

cargo metadata of pkg-config crate looks wrong for mkl-static-*-* cases https://github.com/rust-lang/pkg-config-rs/issues/135

I switch to use pkg-config only find library, generate cargo metadata manually, i.e. reverts #65