diff options
author | mattip <matti.picus@gmail.com> | 2020-06-09 08:30:55 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-06-09 08:30:55 +0300 |
commit | 56d93efee5b536ef4ec161e18315f7421b7708e6 (patch) | |
tree | 3b88a60c2925af05ef9aff6939a0ebd66349bb3d /doc/source/user | |
parent | d85fe8788585de97e8b019fecc70c6fe2bdeb4a5 (diff) | |
download | numpy-56d93efee5b536ef4ec161e18315f7421b7708e6.tar.gz |
DOC: add deprecation directive
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 3e775ea8a..64a773c3b 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -163,11 +163,12 @@ will prefer to use ATLAS, then OpenBLAS and as a last resort MKL. If neither of these exists the build will fail (names are compared lower case). -The native libraries on macOS, provided by Accelerate, are not fit for use -in NumPy since they have bugs that cause wrong output under easily reproducable -conditions. If the vendor fixes those bugs, the library could be reinstated, -but until then users compiling for themselves should use another linear -library or use the built-in (but slower) default, see the next section. +.. deprecated:: 1.20 + The native libraries on macOS, provided by Accelerate, are not fit for use + in NumPy since they have bugs that cause wrong output under easily reproducable + conditions. If the vendor fixes those bugs, the library could be reinstated, + but until then users compiling for themselves should use another linear + library or use the built-in (but slower) default, see the next section. Disabling ATLAS and other accelerated libraries |