summaryrefslogtreecommitdiffstats
path: root/development/python2-numpy/README.ATLAS
diff options
context:
space:
mode:
Diffstat (limited to 'development/python2-numpy/README.ATLAS')
-rw-r--r--development/python2-numpy/README.ATLAS10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/python2-numpy/README.ATLAS b/development/python2-numpy/README.ATLAS
new file mode 100644
index 0000000000..bf8972befa
--- /dev/null
+++ b/development/python2-numpy/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.