summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site.cfg.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/site.cfg.example b/site.cfg.example
index ca245f3d4..4cf4a33a4 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -81,12 +81,12 @@
# and can be seen as an alternative to Atlas. To build numpy against OpenBLAS
# instead of Atlas, use this section instead of the above, adjusting as needed
# for your configuration (in the following example we installed OpenBLAS with
-# ``make install PREFIX=/opt/openblas``.
+# ``make install PREFIX=/opt/OpenBLAS``.
#
# [openblas]
# libraries = openblas
-# library_dirs = /opt/openblas/lib
-# include_dirs = /opt/openblas/include
+# library_dirs = /opt/OpenBLAS/lib
+# include_dirs = /opt/OpenBLAS/include
# MKL
#----