diff options
author | George Shapovalov <george@gentoo.org> | 2002-11-08 08:52:32 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-11-08 08:52:32 +0000 |
commit | f0e2f606f4970b8369b03d7a71333e088dc576c6 (patch) | |
tree | fddfc52c4399e5737e35e6641402cf4faa3fd1d4 /dev-libs/ntl/ChangeLog | |
parent | Small fix, closes #10406. (diff) | |
download | gentoo-2-f0e2f606f4970b8369b03d7a71333e088dc576c6.tar.gz gentoo-2-f0e2f606f4970b8369b03d7a71333e088dc576c6.tar.bz2 gentoo-2-f0e2f606f4970b8369b03d7a71333e088dc576c6.zip |
new package -ntl - library for efficient computation
Diffstat (limited to 'dev-libs/ntl/ChangeLog')
-rw-r--r-- | dev-libs/ntl/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/ntl/ChangeLog b/dev-libs/ntl/ChangeLog new file mode 100644 index 000000000000..8bef5dd24600 --- /dev/null +++ b/dev-libs/ntl/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-libs/ntl +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.1 2002/11/08 08:52:32 george Exp $ + +*ntl-5.3 (07 Nov 2002) + + 07 Nov 2002; George Shapovalov <george@gentoo.org> ntl-5.3.ebuild : + + Initial release + 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. + + ebuild submitted by Brendan Johnson <johnsobm@clarkson.edu> |