[Numpy-svn] [numpy/numpy] 3f45ea: Fix numpy.distutils to find atlas BLAS on Ubuntu

GitHub noreply at github.com
Sun May 20 19:56:45 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3f45eaa310b0ead7270d56697018173dc4b7daad
      https://github.com/numpy/numpy/commit/3f45eaa310b0ead7270d56697018173dc4b7daad
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  Fix numpy.distutils to find atlas BLAS on Ubuntu

As per discussion here:
  http://mail.scipy.org/pipermail/numpy-discussion/2012-May/062363.html
numpy.distutils was failing to find BLAS on my Ubuntu 11.04 system.

The problem is that _check_libs looks for libraries in several
directories, and it turns out that the "atlas" library was found in
both /usr/lib64/atlas-base *and* in /usr/lib64, which confused
_check_libs into thinking that it couldn't be found at all.

With this fix, scipy now builds against numpy master for me.





More information about the Numpy-svn mailing list