rust-math / intel-mkl-src

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

make intel-mkl-tool use pkgconfig canonically #65

Closed njaard closed 1 year ago

njaard commented 3 years ago

Do not try to detect where the paths are, instead just ask the pkg_config crate to output the linker and include lines as it normally would.

This allows intel-mkl-tool to support libmkl installed directly from Debian's "nonfree" repository

termoshtt commented 1 year ago

Thanks rebasing :+1:

termoshtt commented 1 year ago

https://github.com/rust-lang/pkg-config-rs/issues/135 This works for shared library, but it does not for static library