#6933: readline-5.2.p7 builds as 32-bit on Solaris even if SAGE64=yes
----------------------+-----------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: solaris | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
The title pretty much says it all. The spkg-install is ignoring SAGE64
unless the OS is Darwin (OS X).
it currently has:
{{{
if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
echo "Building 64 bit OSX version of Sage"
CFLAGS="-O2 -g -m64 " && export CFLAGS
LDFLAGS="-m64"
fi
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6933>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---