Skip to content

MKL 2024.1 static libraries

Latest
Compare
Choose a tag to compare
@ssheorey ssheorey released this 02 Jun 07:44
· 1 commit to master since this release

Obtained from PyPI:

python -m venv mkl
source mkl/bin/activate
pip install mkl-devel==2024.1.0 mkl-static==2024.1.0 mkl-include==2024.1.0
mkdir mkl-static-2024.1.0_<platform>
cp -ar mkl/{lib,include} mkl-static-2024.1.0_<platform>/
rm  mkl-static-2024.1.0_<platform>/lib/*.[so|dylib|_dll.lib]    # remove DSOs - only keep static libs
tar -jcvf mkl-static-2024.1.0_<platform>.tar.xz mkl-static-2024.1.0_<platform>/

macOS: v2023.2.9 (last release with maintenance patches).