[Lunar-commits] <moonbase> ntl: Version bump, adding an optional_depends and an adjustment to BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Aug 29 21:04:49 CEST 2009
commit dce85ce54b190137f1ab1796feb5cb05e0184a36
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Aug 29 15:04:49 2009 -0400
ntl: Version bump, adding an optional_depends and an adjustment to BUILD.
---
libs/ntl/BUILD | 1 +
libs/ntl/DEPENDS | 2 ++
libs/ntl/DETAILS | 7 ++++---
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/libs/ntl/BUILD b/libs/ntl/BUILD
index 14c7248..c56c103 100644
--- a/libs/ntl/BUILD
+++ b/libs/ntl/BUILD
@@ -5,6 +5,7 @@
./configure PREFIX=/usr \
NTL_STD_CXX=on \
NTL_GMP_LIP=on \
+ SHARED=on \
$OPTS &&
default_make
diff --git a/libs/ntl/DEPENDS b/libs/ntl/DEPENDS
index e2b10a2..2a1d8cc 100644
--- a/libs/ntl/DEPENDS
+++ b/libs/ntl/DEPENDS
@@ -1 +1,3 @@
depends gmp
+
+optional_depends gf2x "NTL_GF2X_LIB=on" "NTL_GF2X_LIB=off" "for faster arithmetic support"
diff --git a/libs/ntl/DETAILS b/libs/ntl/DETAILS
index 45f0d5f..cecdbe5 100644
--- a/libs/ntl/DETAILS
+++ b/libs/ntl/DETAILS
@@ -1,13 +1,14 @@
MODULE=ntl
- VERSION=5.4.1
+ VERSION=5.5.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.shoup.net/$MODULE/
- SOURCE_VFY=sha1:3883a7a01f0acce2acf38566aa8e52a7c3438504
+ SOURCE_VFY=sha1:b45e3858f7f351afeb7fbb831b256befc4892b06
WEB_SITE=http://www.shoup.net/$MODULE/doc/tour-intro.html
ENTERED=20071008
- UPDATED=20071008
+ UPDATED=20090829
SHORT="high-performance portable C++ library"
+PSAFE=no
cat << EOF
NTL is a high-performance, portable C++ library providing data structures
and algorithms for arbitrary length integers; for vectors, matrices, and
More information about the Lunar-commits
mailing list