Skip to content

Commit 11b1951

Browse files
committed
Update instructions for compiling with MKL
1 parent 8dd6ab3 commit 11b1951

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site.cfg.example

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# file to "site.cfg" and edit the paths according to your installation of the
33
# Intel MKL.
44

5-
# Example for Intel(R) MKL 2018 on Linux
5+
# 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
68
# [mkl]
7-
# library_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/lib/intel64
8-
# 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
911
# libraries = mkl_rt
1012

1113

0 commit comments

Comments
 (0)