summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2012-05-16 18:45:20 +0100
committerCharles Harris <charlesr.harris@gmail.com>2012-05-20 17:55:27 -0600
commit3f45eaa310b0ead7270d56697018173dc4b7daad (patch)
treee894e904a2f6aff1061e709c74f2d0f2dd01f779 /numpy/core/numeric.py
parentebffab2feca24dbd7b503d9b2519f60d6810091b (diff)
downloadnumpy-3f45eaa310b0ead7270d56697018173dc4b7daad.tar.gz
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.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions