28558dca80
Build / Build and test on ubuntu-24.04-arm for aarch64 (push) Waiting to run
Build / Build and test on windows-11-arm for aarch64 (push) Waiting to run
Build / Build and test on macos-latest for x86_64 (push) Waiting to run
Build / Build and test on windows-latest for x86_64 (push) Waiting to run
Build / Build and test on ubuntu-latest for x86_64 (push) Failing after 1s
Build / Build and test on ubuntu-latest (numpy 1.26) for x86_64 (push) Failing after 0s
20 lines
775 B
Plaintext
20 lines
775 B
Plaintext
# if setup does not find the MKL or does not use the configuration, copy this
|
|
# file to "site.cfg" and edit the paths according to your installation of the
|
|
# Intel MKL.
|
|
|
|
# Example for Intel(R) OneAPI MKL 2025 on Linux
|
|
# When compiling (with e.g. `pip install -e. -v`), first do a:
|
|
# $ source /opt/intel/oneapi/setvars.sh >/dev/null 2>&1 || true
|
|
# [mkl]
|
|
# include_dirs = /opt/intel/oneapi/mkl/latest/include
|
|
# library_dirs = /opt/intel/oneapi/mkl/latest/lib/intel64
|
|
# libraries = mkl_rt
|
|
|
|
|
|
# Example for Intel(R) oneAPI MKL on Windows x64
|
|
# Please note that the valid os.pathsep is ';' on Windows and ':' on Linux
|
|
[mkl]
|
|
include_dirs=C:/Program Files (x86)/Intel/oneAPI/mkl/latest/include
|
|
library_dirs=C:/Program Files (x86)/Intel/oneAPI/mkl/latest/lib/intel64
|
|
libraries=mkl_rt
|