#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 drkirkby):
The more I look at this, the more I think it's a Numpy bug.
Python is not built with C99 on my machine. The {{{config.log}}} of Python
shows:
{{{
ac_cv_have_decl_isfinite=no
}}}
which is to be expected since its not built C99. So Numpy is at fault here
I think, since that's making a reference to {{{isfinite}}} despite Python
is not built with C99, so it's not defined, as evidenced by Python's
{{{config.log}}}
BTW John, do you want an account on my !OpenSolaris machine? It can build
Sage in under an hour, so is a bit quicker than fulvia.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9808#comment:182>
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.