#13706: atlas spkg does not take the SAGE_ATLAS_ARCH variable into account when
SAGE_FAT_BINARY is set to 'yes'
---------------------------------+------------------------------------------
Reporter: tmonteil | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-5.5
Component: build | Resolution:
Keywords: atlas, days43 | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
---------------------------------+------------------------------------------
Description changed by tmonteil:
Old description:
> The spkg-install code of atlas spkg is structured as follow (from line
> 192):
>
> {{{
> if SAGE_FAT_BINARY == 'yes':
> arch = 'HAMMER'
> if SAGE_ATLAS_ARCH is defined:
> arch = 'SAGE_ATLAS_ARCH'
> }}}
>
> It has the effect not to take the SAGE_ATLAS_ARCH variable into account
> when SAGE_FAT_BINARY is set to 'yes'. I consider it as a bug, since on
> may want to build a fat binary for an architecture that is not HAMMER
> (for example, one may want to build a fat binary able to run on Pentium
> 3).
New description:
The spkg-install code of atlas spkg is structured as follow (from line
192):
{{{
if SAGE_FAT_BINARY == 'yes':
arch = 'HAMMER'
elif SAGE_ATLAS_ARCH is defined:
arch = 'SAGE_ATLAS_ARCH'
}}}
It has the effect not to take the SAGE_ATLAS_ARCH variable into account
when SAGE_FAT_BINARY is set to 'yes'. I consider it as a bug, since on may
want to build a fat binary for an architecture that is not HAMMER (for
example, one may want to build a fat binary able to run on Pentium 3).
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13706#comment:1>
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.