Skip to content

Commit 599a72f

Browse files
committed
review feedback
* Accelerate in "NumPy 1.21+". I thought the NumPy 1.20.0 release note decommissioned "the Accelerate library as a candidate" but it doesn't mention BLAS. https://github.com/numpy/numpy/pull/15759/files#diff-6fde01624b4d27874d419c0f8aeae3743c4f5e7e1c9f2b039eb453a714d0cbb1R396 seems to affect both but
1 parent e883802 commit 599a72f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

numpy/distutils/misc_util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,9 +2382,9 @@ def show():
23822382
or the optional file ``~/.numpy-site.cfg``.
23832383
NumPy remembers those locations and expects to load the same
23842384
libraries at run-time.
2385-
On macOS, 'accelerate' (Apple's Accelerate BLAS library) is in
2386-
the default build-time search order -- except in numpy 1.20 --
2387-
after 'openblas'.
2385+
In NumPy 1.21+ on macOS, 'accelerate' (Apple's Accelerate BLAS
2386+
library) is in the default build-time search order after
2387+
'openblas'.
23882388
23892389
Examples
23902390
--------

0 commit comments

Comments
 (0)