summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2016-02-16 21:01:38 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2016-02-20 20:31:02 +0100
commit4409c5c45736f9576c31c11a312b1d96ae9cf971 (patch)
tree96c9940831b26b39292624851a46016224b15231 /site.cfg.example
parent6d3b34fed6d5c1af6eb02cd47d31ee48a15b582d (diff)
downloadnumpy-4409c5c45736f9576c31c11a312b1d96ae9cf971.tar.gz
ENH: add support for BLIS to numpy.distutils
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 64eedb7f9..3cf892d37 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -130,6 +130,12 @@
# include_dirs = /opt/OpenBLAS/include
# runtime_library_dirs = /opt/OpenBLAS/lib
+# [blis]
+# libraries = blis
+# library_dirs = /home/username/blis/lib
+# include_dirs = /home/username/blis/include/blis
+# runtime_library_dirs = /home/username/blis/lib
+
# MKL
#----
# MKL is Intel's very optimized yet proprietary implementation of BLAS and