File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010# The format of the file is that of the standard library's ConfigParser module.
1111#
12- # http://www .python.org/doc/current/lib/module-ConfigParser .html
12+ # http://docs .python.org/3/library/configparser .html
1313#
1414# Each section defines settings that apply to one particular dependency. Some of
1515# the settings are general and apply to nearly any section and are defined here.
118118# library_dirs = /opt/intel/mkl/10.0.1.014/lib/32/
119119# lapack_libs = mkl_lapack
120120# mkl_libs = mkl, guide
121+ #
122+ # On win-64, the following options compiles numpy with the MKL library
123+ # dynamically linked.
124+ # [mkl]
125+ # include_dirs = C:\Program Files (x86)\Intel\Composer XE 2015\mkl\include
126+ # library_dirs = C:\Program Files (x86)\Intel\Composer XE 2015\mkl\lib\intel64
127+ # mkl_libs = mkl_core_dll, mkl_intel_lp64_dll, mkl_intel_thread_dll
128+ # lapack_libs = mkl_lapack95_lp64
129+
121130
122131# UMFPACK
123132# -------
You can’t perform that action at this time.
0 commit comments