#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):
Replying to [comment:25 leif]:
> Waaaaah! Just created (or rather finished) an NTL 5.5.2.p1 spkg (fixing
hardcoded `make`) at #14692... 8-/
Ok, I've rebased ''your'' `.p1` on mine:
http://boxen.math.washington.edu/home/leif/Sage/spkgs/ntl-5.5.2.p2.spkg
{{{
#!diff
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -1,3 +1,4 @@
73d22601a79e226c590bb93cc842391e9e8f8d11 ntl-5.5.2
5cf2d2f43b4d9cf1fc3cf8e9bb54efc58ccf2b4f ntl-5.5.2.p0
c7af41e56a64bdef778ee579beda9d54943105fe ntl-5.5.2.p1
+4984ca9298a7310c9378ca8cd391dc8a1ba85d9f ntl-5.5.2.p2
diff --git a/SPKG.txt b/SPKG.txt
--- a/SPKG.txt
+++ b/SPKG.txt
@@ -18,6 +18,7 @@
== Dependencies ==
* gmp
+ * gf2x
== Special Update/Build Instructions ==
* We need to modfiy new.h to accomodate Singular
@@ -34,6 +35,9 @@
== Changelog ==
+=== ntl-5.5.2.p2 (Jean-Pierre Flori, June 5th 2013) ===
+ * #2114: Build NTL with gf2x support.
+
=== ntl-5.5.2.p1 (Leif Leonhardy, June 5th 2013) ===
* #14692: Patch upstream to use `$(MAKE)` (instead of `make`) in the
generated
Makefile (and in two scripts called from the Makefile which in turn
invoke
diff --git a/spkg-install b/spkg-install
--- a/spkg-install
+++ b/spkg-install
@@ -86,7 +86,7 @@
CC="$CC" CFLAGS="$CFLAGS $SHAREDFLAGS" \
CXX="$CXX" CXXFLAGS="$CXXFLAGS $SHAREDFLAGS" \
LDFLAGS="$LDFLAGS" LIBTOOL_LINK_FLAGS="$LIBTOOL_LINK_FLAGS" \
- NTL_GMP_LIP=on NTL_STD_CXX=on \
+ NTL_GMP_LIP=on NTL_GF2X_LIB=on NTL_STD_CXX=on \
LIBTOOL=../../libtool/libtool
if [ $? -ne 0 ]; then
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2114#comment:26>
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.