diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-14 14:14:20 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-14 14:14:37 +0200 |
commit | d43645a23af8d3b870bb603b9f6320f9b0c6cd2d (patch) | |
tree | d750de91d0f9d1e5d563b851de680e08e83bcac9 /site.cfg.example | |
parent | de8a10dc543f69e2111d250c79f1414b70a08686 (diff) | |
download | numpy-d43645a23af8d3b870bb603b9f6320f9b0c6cd2d.tar.gz |
DOC: site.cfg: add note about 64-bit openblas library names
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example index ba912866a..cff076381 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -165,6 +165,10 @@ # in the same application may cause problems due to symbol name # clashes, especially with embedded Python interpreters. # +# The name of the library file may vary on different systems, so you +# may need to check your specific OpenBLAS installation and +# uncomment and e.g. set ``libraries = openblas`` below. +# # [openblas_ilp64] # libraries = openblas64 # library_dirs = /opt/OpenBLAS/lib |