#9808: Upgrade numpy to 1.5.0 and scipy to 0.8
----------------------------------------------------------------------------------+
Reporter: maldun
| Owner: maldun
Type: task
| Status: needs_work
Priority: major
| Milestone: sage-4.6
Component: packages
| Keywords: numpy, scipy
Author: Stefan Reiterer, Francois Bissey
| Upstream: N/A
Reviewer: Karl-Dieter Crisman, David Kirkby, Leif Leonhardy, Francois
Bissey | Merged:
Work_issues:
|
----------------------------------------------------------------------------------+
Comment(by jhpalmieri):
By the way, I'm getting the same error on mark2 (Solaris on sparc) as on
fulvia (Solaris on x86). Cicero (another linux box) doesn't have this
problem with building matplotlib: it's built successfully and is now
doctesting.
Replying to [comment:179 drkirkby]:
> Does matplotlib generate any sort of config.log or similar? That might
indicate what the problem is.
I don't see any log file in spkg/build/matplotlib on the machines where
this is failing. I think the problem is what I indicated above
(comment:170): matplotlib tests whether numpy is installed by running
python and trying "import numpy". In this case, that import fails, so
matplotlib deduces that numpy is not installed.
Here's the relevant code (from setupext.py):
{{{
def check_for_numpy():
try:
import numpy
except ImportError:
print_status("numpy", "no")
print_message("You must install numpy 1.1 or later to build
matplotlib.")
return False
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9808#comment:180>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.