[Numpy-svn] [numpy/numpy] dd0732: ENH: Add support for ATLAS > 3.9.33.

GitHub noreply at github.com
Wed Dec 24 14:02:59 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: dd0732e4bda8f4379b17ea479bcecc876ab50ce6
      https://github.com/numpy/numpy/commit/dd0732e4bda8f4379b17ea479bcecc876ab50ce6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  ENH: Add support for ATLAS > 3.9.33.

Recent ATLAS combines the previous libraries into two

* libsatlas -- single threaded.
* libtatlas -- threaded.

This fix is a bit of hack in that ATLAS > 3.9.33 is treated as a new,
separate library covered by atlas_3_10_info, but the latter derived
from atlas_info, which treats the cblas, atlas, and atlas_lapack
libraries separately, so the new info has a bit of repetition.

The alternative would be to rewrite atlas_info, but that can wait
on a larger cleanup of the build system.

Closes #3774.


  Commit: aa95d5dde0811c2d8394850cbda5bb10296eba9b
      https://github.com/numpy/numpy/commit/aa95d5dde0811c2d8394850cbda5bb10296eba9b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  Merge pull request #5364 from charris/detect_atlas_3_10

ENH: Add support for ATLAS > 3.9.33.


Compare: https://github.com/numpy/numpy/compare/bcd7169d6839...aa95d5dde081


More information about the Numpy-svn mailing list