#9382: atlas not respecting SAGE_FAT_BINARY on i686 systems
------------------------+---------------------------------------------------
Reporter: mariah | Owner: Mariah Lenox
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.1
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Mariah Lenox, Willem Jan Palenstijn
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by vbraun):
Oops we are talking about `uname -m`. For this, I'm using
`platform.machine()`:
{{{
#!python
conf['Intel?'] = (platform.machine() in ('i386', 'i486', 'i586', 'i686',
'x86_64',
'AMD64', 'i86pc'))
conf['IA64?'] = (platform.processor() == 'ia64')
conf['PPC?'] = (platform.processor() == 'powerpc')
conf['SPARC?'] = (platform.processor() == 'sparc')
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9382#comment:18>
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.