Hi,

it compiles (so I have a box on which sage 5.0 does!), from the
pristine tarball!

Not all unit tests pass, though ; errors are the following :

sage -t  --long -force_lib devel/sage/sage/interfaces/maxima_abstract.py
**********************************************************************
File
"/home/jpuydt/sage-5.0/devel/sage-main/sage/interfaces/maxima_abstract.py",
line 1595: sage: float(maxima("1.7e+17")) Expected:
    1.7e+17
Got:
    1.6999999999999997e+17
**********************************************************************

This is an ECL bug, reported upstream :
http://sourceforge.net/tracker/?func=detail&atid=398053&aid=3495303&group_id=30035


And of course, the usual three errors due to an imprecise gamma
function in the libc on that box :

**********************************************************************
File
"/home/jpuydt/sage-5.0/devel/sage-main/sage/symbolic/expression.pyx",
line 6341: sage: SR(10.0r).gamma() Expected: 362880.0
Got:
    362880.00000000047
**********************************************************************
File "/home/jpuydt/sage-5.0/devel/sage-main/sage/functions/other.py",
line 573: sage: gamma1(float(6))
Expected:
    120.0
Got:
    119.99999999999997
**********************************************************************
File "/home/jpuydt/sage-5.0/devel/sage-main/sage/rings/arith.py", line
3062: sage: binomial(0.5r, 5)
Expected:
    0.02734375
Got:
    0.02734375000000001
**********************************************************************


I would say 5.0 is an good release on ARM :-)

Snark on #sagemath

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to