diff options
author | Olivier Grisel <olivier.grisel@ensta.org> | 2013-09-04 17:43:21 +0200 |
---|---|---|
committer | Olivier Grisel <olivier.grisel@ensta.org> | 2013-09-04 17:43:21 +0200 |
commit | fb0c7bdfd370dae9d580f97ee4ceadbcaced29c5 (patch) | |
tree | 0ac49dc812cf1bef679e7a52b346dd85fbcca20b | |
parent | ffd4332262ee0295cb942c94ed124f043d801eb6 (diff) | |
download | numpy-fb0c7bdfd370dae9d580f97ee4ceadbcaced29c5.tar.gz |
Use the default install location of OpenBLAS in the example
-rw-r--r-- | site.cfg.example | 6 |
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 #---- |