summaryrefslogtreecommitdiff
path: root/math/cln/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-06 19:46:33 +0000
committeradam <adam@pkgsrc.org>2006-04-06 19:46:33 +0000
commit7be8a76816a138faac569e1ed51598ad5e2c1395 (patch)
tree8024718a6f6966edec38ca8b21773a6b1761fed6 /math/cln/Makefile
parent02eb39b9c1bae7dae8276ef77fe241e715acde42 (diff)
downloadpkgsrc-7be8a76816a138faac569e1ed51598ad5e2c1395.tar.gz
Changes 1.1.11:
Algorithmic changes * Considerably improved performance of number input. Changes 1.1.10: Implementation changes * Removed the vptr of modular integer and univariate polynomial classes in order to fix some crashes in that sector of CLN. Code using this needs to be recompiled. * Many more operator signatures make the integration of CLN types with float/double easier. Other changes * Several compilation fixes. * Made it possible to cross-compile CLN.
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r--math/cln/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index ce99c98b42c..2dc164b2056 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2006/03/31 23:56:28 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/06 19:46:33 adam Exp $
-DISTNAME= cln-1.1.9
-PKGREVISION= 2
+DISTNAME= cln-1.1.11
CATEGORIES= math
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \
ftp://ftp.santafe.edu/pub/gnu/ \