scipy not built with atlas support ?

Bug #66862 reported by David Cournapeau
8
Affects Status Importance Assigned to Milestone
python-numpy (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

When installing python-numpy, python-numpy-ext and python-scipy, and when testing the installed packages with a python -c "import scipy as S; S.test()", errors are reported concerning scipy.lib.lapack:

****************************************************************
WARNING: clapack module is empty
-----------
See scipy/INSTALL.txt for troubleshooting.
Notes:
* If atlas library is not found by numpy/distutils/system_info.py,
  then scipy uses flapack instead of clapack.
****************************************************************

Why does the numpy package of ubuntu depend on atlas3-base, but building the package reports a conflict with atlas3-base ? I think this may be somewhat related (if the numpy package is not built with atlas3, then scipy cannot find the atlas informations)

If I rebuild numpy and scipy packages with atlas installed, and overwritting dependency checking in dpkg-buildpackage, the issues seems to disappear, which seems to imply that the above remark on numpy/atlas is valid

description: updated
description: updated
description: updated
Revision history for this message
Scott Kitterman (kitterman) wrote :

Confirmed with the new python-numpy package in Feisty.

Changed in python-numpy:
status: Unconfirmed → Confirmed
Revision history for this message
Scott Kitterman (kitterman) wrote :

Since Frank expressed an interest in Python related bugs in Bug #107625, I'm passing this one on to him to take a look at (Frank, if it's not one you're interested in taking a look at, just unassign yourself - Thanks). Any insight you can provide into how this should be resolved would be appreciated.

Changed in python-numpy:
assignee: nobody → frankhorowitz
Revision history for this message
jan.tore.korneliussen (jantoremailbox77-launchpad) wrote :

numpy/distutils/system_info.py can definitely not find atlas, because atlas detection is commented out. See attached diff against official distribution of the same version. Seems like someone forgot to clean up a hack?

Revision history for this message
Scott Kitterman (kitterman) wrote :

It's fixed in Debian and I've requested it sync'ed for Intrepid.

Changed in python-numpy:
assignee: frankhorowitz → nobody
importance: Undecided → Medium
status: Confirmed → Fix Committed
Revision history for this message
Scott Kitterman (kitterman) wrote :

Fixed in Intrepid.

Changed in python-numpy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.