rust-math / intel-mkl-src

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

Find and use pre-installed Intel MKL versions #12

Closed danieldk closed 5 years ago

danieldk commented 5 years ago

Intel MKL provides pkg-config files since Intel MKL 2018 Update 1. Update the build script to exit early iff a preinstalled MKL could be found with pkg-config.

termoshtt commented 5 years ago

Great idea :)

I guess we need to add cargo:rustc-link-search sections. Do you have any test on CI for it?

termoshtt commented 5 years ago

Thanks PR!