#10285: Adding support to an ARM processor
----------------------+-----------------------------------------------------
Reporter: Snark | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Keywords: ARM
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------+-----------------------------------------------------
Comment(by vbraun):
Some failures are just time outs because your processor is slower than
what the doctest writer took into account. I think thats the origin of the
"0 doctests failed" case.
The only worrying ones are the pickling error (no idea whats going on
there) and the two floating point rounding errors, for example
{{{
File "/home/jpuydt/sage-4.6/devel/sage-main/sage/functions/other.py", line
497:
sage: gamma1(float(6))
Expected:
120.0
Got:
119.99999999999997
}}}
I think this is using GSL to compute the gamma function. Definitely needs
to be sorted out why it fails on ARM.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10285#comment:22>
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.