aboutsummaryrefslogtreecommitdiff
path: root/development/numpy-legacy3/README.ATLAS
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-02-24 20:49:37 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-25 22:58:08 +0700
commitae4207b5c1324e721d1f384c5f7ee3e9e1a76583 (patch)
tree82a52582a10d818f46a3e1f5978162eb4e6e8b25 /development/numpy-legacy3/README.ATLAS
parent8fd6156dbfc919f2f3084c05c8b21ad8648bf665 (diff)
development/numpy-legacy3: Removed (ftb).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy-legacy3/README.ATLAS')
-rw-r--r--development/numpy-legacy3/README.ATLAS13
1 files changed, 0 insertions, 13 deletions
diff --git a/development/numpy-legacy3/README.ATLAS b/development/numpy-legacy3/README.ATLAS
deleted file mode 100644
index 7aef7709a6c14..0000000000000
--- a/development/numpy-legacy3/README.ATLAS
+++ /dev/null
@@ -1,13 +0,0 @@
-The numpy v. 1.8.2 is not able to autodetect the shared libraries created by
-newer versions of ATLAS. Thus if one lets ATLAS create these libraries, she
-has to tell numpy about them.
-
-By default the numpy-legacy script forces numpy to look for the shared, threaded
-ATLAS libraries. If you want to change this behaviour you have the following
-possibilities:
-
-a) Set ATLAS_SHARED to "no". In this case numpy will just look for the
- apropriate static libraries.
-b) Set ATLAS_THREADS to "no". In this case numpy will be forced to look for
- the single threaded ATLAS libraries, static or shared depending on the
- value of ATLAS_SHARED. Otherwise it will look for the threaded ones.