README.ATLAS 683 B

1234567891011121314
  1. The numpy v. 1.8.2 is not able to autodetect the shared libraries created by
  2. newer versions of ATLAS. Thus if one lets ATLAS create these libraries, she
  3. has to tell numpy about them.
  4. By default the numpy-legacy script forces numpy to look for the shared, threaded
  5. ATLAS libraries. If you want to change this behaviour you have the following
  6. possibilities:
  7. a) Set ATLAS_SHARED to "no". In this case numpy will just look for the
  8. apropriate static libraries.
  9. b) Set ATLAS_THREADS to "no". In this case numpy will be forced to look for
  10. the single threaded ATLAS libraries, static or shared depending on the
  11. value of ATLAS_SHARED. Otherwise it will look for the threaded ones.