#10508: Update ATLAS to stable version 3.10
----------------------------------+-----------------------------------------
Reporter: vbraun | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.3
Component: packages | Resolution:
Keywords: ATLAS | Work issues:
Report Upstream: N/A | Reviewers: Benjamin Jones
Authors: Volker Braun | Merged in:
Dependencies: sage-5.2.beta0 | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by jdemeyer):
Something along the following lines should be used to handle `rc`, see
[http://docs.python.org/library/os.html]
{{{
if os.WIFEXITED(rc):
rc = os.WEXITSTATUS(rc)
elif os.WIFSIGNALED(rc):
rc = 128 + os.WTERMSIG(rc)
else:
raise SystemError("Unknown return value %i for os.system()"%rc)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10508#comment:86>
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.