diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-20 17:16:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-20 17:16:38 +0000 |
commit | fc439459f6d407039aa4d8d3e7352c2d7611a2b4 (patch) | |
tree | 0e46d38c6bbbf4c20188f75301f148bbb3b343d8 /math/genius/Makefile | |
parent | 4eb13b765c4152b7fdc28443d84be1dc9417d43b (diff) | |
download | pkgsrc-fc439459f6d407039aa4d8d3e7352c2d7611a2b4.tar.gz |
update to 1.0.9
changes:
-Fix matrix expansion. This also fixes AuxilliaryUnitMatrix and
JordanBlock.
-Fix several possible crashers.
-Fix a minor memory leak.
Diffstat (limited to 'math/genius/Makefile')
-rw-r--r-- | math/genius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 6208c014da1..487dc83e9eb 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2009/11/10 18:20:05 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2010/01/20 17:16:38 drochner Exp $ # -DISTNAME= genius-1.0.8 +DISTNAME= genius-1.0.9 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ |