summaryrefslogtreecommitdiff
path: root/development/numpy3/README.ATLAS
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2022-11-06 22:07:04 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:20 +0700
commit5e455c3adfef431e32ac5f81567bf753c7a13227 (patch)
treed091e0004da377b08ffaf4679d35f3aea1e8b153 /development/numpy3/README.ATLAS
parent5fa8bcaea97a45443ad5e08ab9f3e606209ca7a4 (diff)
downloadslackbuilds-5e455c3adfef431e32ac5f81567bf753c7a13227.tar.gz
development/numpy3: Removed (renamed python3-numpy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy3/README.ATLAS')
-rw-r--r--development/numpy3/README.ATLAS10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/numpy3/README.ATLAS b/development/numpy3/README.ATLAS
deleted file mode 100644
index bf8972befa..0000000000
--- a/development/numpy3/README.ATLAS
+++ /dev/null
@@ -1,10 +0,0 @@
-numpy is able to autodetect the ATLAS libraries, but by default will try
-to use the shared, threaded ones. It would use something else just if these
-are missing. You may force numpy to have another behaviour.
-
-a) Set just ATLAS_NO_THREADS to "yes". In this case numpy will be forced to
- look for the shared, single threaded libs.
-b) Set just ATLAS_SHARED to "no". In this case numpy will be forced to look for
- the static, threaded ATLAS libraries.
-c) Set ATLAS_SHARED to "no" and ATLAS_NO_THREADS to "yes". In this case numpy
- will be forced to look for the static, single threaded ATLAS libraries.