Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-03-24 14:39:04
Size: 1146
Comment:
Revision 5 as of 2022-04-05 01:01:05
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= NTL =

== Description ==

NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.

Website: http://www.shoup.net/ntl/

== License ==

GPL

== SPKG Maintainers ==
 * Michael Abshoff
 * William Stein

== Upstream Contact ==
 * Vicor Shoup - for contact info see http://www.shoup.net/

== Dependencies ==
 * gmp

== Special Update/Build Instructions ==
 * We need to modfiy new.h to accomodate Singular
 * ntl_makefile adds the needed bits to the makefile to enable the building of dynamic libraries on OSX, Cygwin and Linux

== Changelog ==

=== ntl-5.4.2 (Michael Abshoff, March 24th, 2008) ===
 * update to the 5.4.2 upstream release
 * clean up SPKG.txt
 * add 64 bit OSX 10.5 support

=== ntl-5.4.1.p11 (Tim Abbott, Feb. 7th, 2008) ===
 * add Debian package build support

=== ntl-5.4.1.p10 (Michael Abshoff) ===
 * add "-g" to CFLAGS and CXXFLAGS for debugging purposes

=== ntl-5.4.1.p1 ===
 * bump version to force a rebuild.