We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883802 commit 599a72fCopy full SHA for 599a72f
numpy/distutils/misc_util.py
@@ -2382,9 +2382,9 @@ def show():
2382
or the optional file ``~/.numpy-site.cfg``.
2383
NumPy remembers those locations and expects to load the same
2384
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'.
+ In NumPy 1.21+ on macOS, 'accelerate' (Apple's Accelerate BLAS
+ library) is in the default build-time search order after
+ 'openblas'.
2388
2389
Examples
2390
--------
0 commit comments