We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd6ab3 commit 11b1951Copy full SHA for 11b1951
site.cfg.example
@@ -2,10 +2,12 @@
2
# file to "site.cfg" and edit the paths according to your installation of the
3
# Intel MKL.
4
5
-# Example for Intel(R) MKL 2018 on Linux
+# Example for Intel(R) OneAPI MKL 2025 on Linux
6
+# When compiling (with e.g. `pip install -e. -v`), first do a:
7
+# $ source /opt/intel/oneapi/setvars.sh >/dev/null 2>&1 || true
8
# [mkl]
-# library_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/lib/intel64
-# include_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/include
9
+# include_dirs = /opt/intel/oneapi/mkl/latest/include
10
+# library_dirs = /opt/intel/oneapi/mkl/latest/lib/intel64
11
# libraries = mkl_rt
12
13
0 commit comments