summaryrefslogtreecommitdiff
path: root/math/ntl/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-01-26 23:46:21 +0000
committerjtb <jtb@pkgsrc.org>2001-01-26 23:46:21 +0000
commitee4bf34d018b39c9fe3afd89032a4dddd7c9f3b3 (patch)
tree9871b60b6682419f9b49febf5b61321e04d30f56 /math/ntl/Makefile
parent3fea7dd56fe4f0ecbdd1ac1188217549c6afe65d (diff)
downloadpkgsrc-ee4bf34d018b39c9fe3afd89032a4dddd7c9f3b3.tar.gz
Initial import of new "ntl" package:
C++ library for doing number theory 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: o arbitrary length integer arithmetic and arbitrary precision floating point arithmetic; o polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more; o 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; o basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers. NTL is free software, and may be used according to the terms of the GNU General Public License.
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r--math/ntl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
new file mode 100644
index 00000000000..87265e4f1da
--- /dev/null
+++ b/math/ntl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 23:46:21 jtb Exp $
+
+DISTNAME= ntl-5.0c
+CATEGORIES= math devel
+MASTER_SITES= http://www.shoup.net/ntl/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.shoup.net/ntl/
+
+DEPENDS+= gmp-[0-9]*:../../devel/gmp
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+NO_CONFIGURE= YES
+MAKEFILE= makefile
+EVAL_PREFIX+= GMP_PREFIX=gmp
+MAKE_ENV+= "INSTALL_DATA=${INSTALL_DATA}"
+MAKE_ENV+= "INSTALL_DATA_DIR=${INSTALL_DATA_DIR}"
+
+.include "../../mk/bsd.pkg.mk"
+