summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorSkipper Seabold <jsseabold@gmail.com>2013-08-20 12:12:49 -0400
committerSkipper Seabold <jsseabold@gmail.com>2013-08-20 12:12:49 -0400
commit6c8167168e1bbe8898ea44d41b96af60d52ce5a3 (patch)
tree2dcc7b862c396267e38b5b689bcf01765e2193ca /site.cfg.example
parent42af4e0fd15d8609f468c7c7f8a269eebbecf2f9 (diff)
downloadnumpy-6c8167168e1bbe8898ea44d41b96af60d52ce5a3.tar.gz
BLD: Update with information about openblas.
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 89d108739..8f24c417c 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -91,6 +91,21 @@
#libraries = lapack, ptf77blas, ptcblas, atlas
+# Openblas
+# --------
+# If you choose to use openblas, then use this section instead of the above,
+# adjusting as needed for your configuration. You may need to set the LAPACK
+# and BLAS environmental variables to point to your openblas static library.
+# E.g., export BLAS=/path/to/libopenblas.a
+# export LAPACK=/path/to/libopenblas.a
+#
+# [openblas]
+# libraries = openblas
+#
+# [lapack_opt]
+# libraries = openblas
+
+
# UMFPACK
# -------
# The UMFPACK library is used in scikits.umfpack to factor large sparse matrices.