diff options
author | drochner <drochner> | 2010-01-20 17:16:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-01-20 17:16:38 +0000 |
commit | 1556a3577d7e1764ab3689e8867187be09bf7dbd (patch) | |
tree | 0e46d38c6bbbf4c20188f75301f148bbb3b343d8 /math/genius/Makefile | |
parent | d5246eb93149b2f844af8eebd56f90216770c4e1 (diff) | |
download | pkgsrc-1556a3577d7e1764ab3689e8867187be09bf7dbd.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/ |