rust-math / intel-mkl-src

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

Add static library option #30

Closed termoshtt closed 4 years ago

termoshtt commented 4 years ago

Intel MKL SDK includes static libraries (*.a) https://software.intel.com/content/www/us/en/develop/tools/math-kernel-library/choose-download/linux.html

TODO

termoshtt commented 4 years ago

35 makes possible to find *.a installed in current system

termoshtt commented 4 years ago

Upload to S3 manually, e.g. https://rust-intel-mkl.s3-ap-northeast-1.amazonaws.com/linux/2020.1/mkl-static-lp64-seq.tar.zst

termoshtt commented 4 years ago

In next release (0.6.0), static linking will be default behavior.

termoshtt commented 4 years ago

macOS support is delegated to #7