diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-25 11:26:04 +1000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:25:35 +0100 |
commit | 619e8a697652d0560b5b654ee51b2981198db445 (patch) | |
tree | 3d01bd706d53f00ff928ac375ff8fadc2c2b26dd /development/numpy3/README.ATLAS | |
parent | 70857804a667696d82dc2b07880522c702cd6edd (diff) | |
download | slackbuilds-619e8a697652d0560b5b654ee51b2981198db445.tar.gz |
development/numpy3: Updated for version 1.11.1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'development/numpy3/README.ATLAS')
-rw-r--r-- | development/numpy3/README.ATLAS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/numpy3/README.ATLAS b/development/numpy3/README.ATLAS new file mode 100644 index 0000000000..bf8972befa --- /dev/null +++ b/development/numpy3/README.ATLAS @@ -0,0 +1,10 @@ +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. |