diff options
author | mattip <matti.picus@gmail.com> | 2020-05-31 13:02:14 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-05-31 13:02:14 +0300 |
commit | ae59835cfc9af082bd54f6246ecd60b48fc9e4c0 (patch) | |
tree | 7a9f0afbc30e0577b9eba08a2fac290b74de5fd8 /site.cfg.example | |
parent | cbde47818a821ef951ca73e851579ca75d23a82b (diff) | |
download | numpy-ae59835cfc9af082bd54f6246ecd60b48fc9e4c0.tar.gz |
DOC,ENH: extend error message when Accelerate is detected
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/site.cfg.example b/site.cfg.example index 3eba3bbd7..c809303a2 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -242,14 +242,6 @@ # library_dirs = C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\mkl\lib\intel64 # libraries = mkl_rt -# Accelerate -# ---------- -# Accelerate/vecLib is an OSX framework providing a BLAS and LAPACK implementation. -# -# [accelerate] -# libraries = Accelerate, vecLib -# #libraries = None - # UMFPACK # ------- # The UMFPACK library is used in scikits.umfpack to factor large sparse matrices. |