Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4cdc5b

Browse files
committed
Merge pull request #5549 from ahjulstad/doc-sitecfg
Added MKL for win-64 to site.cfg example. Changed link to ConfigParser doc
2 parents 0faf6d6 + 5e3f9bd commit a4cdc5b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

site.cfg.example

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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.
@@ -118,6 +118,15 @@
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
# -------

0 commit comments

Comments
 (0)