diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2016-08-26 07:15:29 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 2917ce175f25b822d872c38a08c41f558b59260b (patch) | |
tree | 46f1e03f4b6224d9f2405249ddfbc10e521a01cb /development/numpy-legacy3/README.ATLAS | |
parent | d7dda7c0e17d07f7822f0e5082a60dd8198d8a19 (diff) | |
download | slackbuilds-2917ce175f25b822d872c38a08c41f558b59260b.tar.gz |
development/numpy-legacy3: Added (a Python extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy-legacy3/README.ATLAS')
-rw-r--r-- | development/numpy-legacy3/README.ATLAS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/numpy-legacy3/README.ATLAS b/development/numpy-legacy3/README.ATLAS new file mode 100644 index 0000000000..7aef7709a6 --- /dev/null +++ b/development/numpy-legacy3/README.ATLAS @@ -0,0 +1,13 @@ +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. |