#5817: Update FLINT to 1.2.5 (latest upstream release)
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.4.2
Component: packages | Keywords:
----------------------+-----------------------------------------------------
Comment(by mabshoff):
While I am at it: Please also add this fix to make the check target work
on OSX, too:
{{{
diff -r fc2eb24f71a2 spkg-check
--- a/spkg-check Thu Apr 09 00:29:11 2009 -0400
+++ b/spkg-check Mon Apr 20 00:04:56 2009 -0700
@@ -17,6 +17,11 @@
FLINT_TUNE=" -fPIC -funroll-loops "
fi
+if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
+ echo "64 bit MacIntel"
+ FLINT_TUNE=" -fPIC -m64 -funroll-loops"
+fi
+
export FLINT_TUNE
FLINT_GMP_INCLUDE_DIR="$SAGE_LOCAL"/include/
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5817#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---