summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2007-11-29 05:05:39 +0000
committerDavid Cournapeau <cournape@gmail.com>2007-11-29 05:05:39 +0000
commitcbc162f466eac71102e807aa90742471187bebcb (patch)
treeb4a6d01e2e57a50f97f0d4848d99e9ce124c50c3 /site.cfg.example
parent6c00b1141fdfa7d168a9b82e6ab493c77f7c1621 (diff)
downloadpython-numpy-cbc162f466eac71102e807aa90742471187bebcb.tar.gz
python-numpy-cbc162f466eac71102e807aa90742471187bebcb.tar.bz2
python-numpy-cbc162f466eac71102e807aa90742471187bebcb.zip
Adding an example for MKL in site.cfg.example (for recent versions)
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 461fdf4e2..bb05b63e3 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -118,3 +118,12 @@
#[djbfft]
#include_dirs = /usr/local/djbfft/include
#library_dirs = /usr/local/djbfft/lib
+
+
+# MKL
+#----
+# For recent (9.0.21, for example) mkl, you need to change the names of the
+# lapack library. Assuming you installed the mkl in /opt, for a 32 bits cpu:
+# [mkl]
+# library_dirs = /opt/intel/mkl/9.1.023/lib/32/
+# lapack_libs = mkl_lapack