#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:
----------------------------------+-----------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
About `SAGE_FAT_BINARY`: at one point you are checking
{{{
os.environ.has_key('SAGE_FAT_BINARY')
}}}
and at another you are checking
{{{
os.environ.get('SAGE_FAT_BINARY', 'no') == 'yes' and conf['Intel?']
}}}
I think the correct check is
{{{
os.environ.get('SAGE_FAT_BINARY', 'no') == 'yes'
}}}
"SAGE_FAT_BINARY" has evolved to mean "build a generic binary on any
processor", so it's not Intel specific anymore.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10508#comment:56>
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.