#2114: Get gf2x version 1.1 into Sage!
-------------------------------------+--------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: needs_review
Priority: major | Milestone: sage-5.10
Component: basic arithmetic | Resolution:
Keywords: spkg gf2x | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jean-Pierre Flori | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by leif):
W.r.t. gf2x:
The following doesn't work (`-O0` never takes effect):
{{{
#!sh
if [ "$SAGE64" = "yes" ]; then
echo "Building a 64-bit version of gf2x."
ABI="64"; export ABI
CFLAGS="-O2 -g -m64 $CFLAGS"; export CFLAGS
else
CFLAGS="-O2 -g $CFLAGS"; export CFLAGS
fi
if [ "$SAGE_DEBUG" = "yes" ]; then
echo "Building a debug version of gf2x."
CFLAGS="-O0 -g $CFLAGS"; export CFLAGS
fi
}}}
`$SAGE_LOCAL` should be quoted in the `rm` commands in `spkg-install`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2114#comment:28>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.