File: site.cfg.example

package info (click to toggle)
numexpr 2.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 804 kB
  • sloc: cpp: 3,863; python: 3,542; ansic: 369; makefile: 203
file content (17 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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) MKL 2018 on Linux
# [mkl]
# library_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/lib/intel64
# include_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/include
# 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