diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-05-22 19:26:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 11:26:27 -0500 |
commit | 78593a1059f0a9c04385f97b2c1caa221efefa5f (patch) | |
tree | 8dd408a53518726d2c392edeb4c6d1e62869278b /doc/source/user | |
parent | dabf31c74f6f3153ef4e7c72ad969c37f8652c8a (diff) | |
download | numpy-78593a1059f0a9c04385f97b2c1caa221efefa5f.tar.gz |
BUILD: Remove Accelerate support (#15759)
Remove support for Apple Accelerate, since it is buggy. A build error should
occur on most or all setups if linked against Accelerate. Test or import failures
should occur on setups where Accelerate is picked up dynamically.
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 546fd7daf..47a0a03c9 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -123,8 +123,7 @@ The default order for the libraries are: 2. BLIS 3. OpenBLAS 4. ATLAS -5. Accelerate (MacOS) -6. BLAS (NetLIB) +5. BLAS (NetLIB) If you wish to build against OpenBLAS but you also have BLIS available one may predefine the order of searching via the environment variable @@ -146,8 +145,7 @@ The default order for the libraries are: 2. OpenBLAS 3. libFLAME 4. ATLAS -5. Accelerate (MacOS) -6. LAPACK (NetLIB) +5. LAPACK (NetLIB) If you wish to build against OpenBLAS but you also have MKL available one |