[Lunar-commits] r26131 - in moonbase/trunk/libs: . ntl
Dennis Veatch
stumbles at lunar-linux.org
Mon Oct 8 22:54:44 CEST 2007
Author: stumbles
Date: 2007-10-08 22:54:44 +0200 (Mon, 08 Oct 2007)
New Revision: 26131
Added:
moonbase/trunk/libs/ntl/
moonbase/trunk/libs/ntl/BUILD
moonbase/trunk/libs/ntl/DEPENDS
moonbase/trunk/libs/ntl/DETAILS
Log:
Initial import.
Added: moonbase/trunk/libs/ntl/BUILD
===================================================================
--- moonbase/trunk/libs/ntl/BUILD (rev 0)
+++ moonbase/trunk/libs/ntl/BUILD 2007-10-08 20:54:44 UTC (rev 26131)
@@ -0,0 +1,12 @@
+(
+
+ cd src &&
+
+ ./configure PREFIX=/usr \
+ NTL_STD_CXX=on \
+ NTL_GMP_LIP=on \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/libs/ntl/DEPENDS
===================================================================
--- moonbase/trunk/libs/ntl/DEPENDS (rev 0)
+++ moonbase/trunk/libs/ntl/DEPENDS 2007-10-08 20:54:44 UTC (rev 26131)
@@ -0,0 +1 @@
+depends gmp
Added: moonbase/trunk/libs/ntl/DETAILS
===================================================================
--- moonbase/trunk/libs/ntl/DETAILS (rev 0)
+++ moonbase/trunk/libs/ntl/DETAILS 2007-10-08 20:54:44 UTC (rev 26131)
@@ -0,0 +1,29 @@
+ MODULE=ntl
+ VERSION=5.4.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.shoup.net/$MODULE/
+ SOURCE_VFY=sha1:3883a7a01f0acce2acf38566aa8e52a7c3438504
+ WEB_SITE=http://www.shoup.net/$MODULE/doc/tour-intro.html
+ ENTERED=20071008
+ UPDATED=20071008
+ SHORT="high-performance portable C++ library"
+
+cat << EOF
+NTL is a high-performance, portable C++ library providing data structures
+and algorithms for arbitrary length integers; for vectors, matrices, and
+polynomials over the integers and over finite fields; and for arbitrary
+precision floating point arithmetic.
+
+NTL provides high quality implementations of state-of-the-art algorithms for:
+
+ * arbitrary length integer arithmetic and arbitrary precision floating
+ point arithmetic;
+ * polynomial arithmetic over the integers and finite fields including
+ basic arithmetic, polynomial factorization, irreducibility testing,
+ computation of minimal polynomials, traces, norms, and more;
+ * lattice basis reduction, including very robust and fast
+ implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction,
+ and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev;
+ * basic linear algebra over the integers, finite fields, and arbitrary
+ precision floating point numbers.
+EOF
More information about the Lunar-commits
mailing list