diff options
author | joerg <joerg@FreeBSD.org> | 2007-02-23 18:50:15 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2007-02-23 18:50:15 +0800 |
commit | fa3cfa5ab6c856d968d743cb07de875fa41b0191 (patch) | |
tree | cda4c489335a491ee3011e2efa017f000a5b07a2 /math/mtl | |
parent | 923a7a57f6500cb4ced488dc2b3f4450c1ed177d (diff) | |
download | freebsd-ports-gnome-fa3cfa5ab6c856d968d743cb07de875fa41b0191.tar.gz freebsd-ports-gnome-fa3cfa5ab6c856d968d743cb07de875fa41b0191.tar.zst freebsd-ports-gnome-fa3cfa5ab6c856d968d743cb07de875fa41b0191.zip |
Update to 2.1.2-22 which has been around for a while, and fixes a number
of incompatibilities with recent versions of GCC.
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 4 | ||||
-rw-r--r-- | math/mtl/distinfo | 6 | ||||
-rw-r--r-- | math/mtl/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 20ccba10fcd8..4fa386ee4efb 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -7,10 +7,10 @@ # PORTNAME= mtl -PORTVERSION= 2.1.2.21 +PORTVERSION= 2.1.2.22 CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ -DISTNAME= ${PORTNAME}-2.1.2-21 +DISTNAME= ${PORTNAME}-2.1.2-22 MAINTAINER= ports@FreeBSD.org COMMENT= The Matrix Template Library diff --git a/math/mtl/distinfo b/math/mtl/distinfo index 1557f8bd5122..c6fb6245b8e9 100644 --- a/math/mtl/distinfo +++ b/math/mtl/distinfo @@ -1,3 +1,3 @@ -MD5 (mtl-2.1.2-21.tar.gz) = 9219c998ed30d65fb8e08c305b6d4e46 -SHA256 (mtl-2.1.2-21.tar.gz) = 79b534da49b54204d1d188e11d2cb1bbd00662b19dd253ca89f3767acb3f1d71 -SIZE (mtl-2.1.2-21.tar.gz) = 273258 +MD5 (mtl-2.1.2-22.tar.gz) = db4aa87d9b6ca9b83bead3ac73652cbc +SHA256 (mtl-2.1.2-22.tar.gz) = 2782f28215d91f1dbc587c87ede89a5735a69d7c401b39e66f274445bffa9bb8 +SIZE (mtl-2.1.2-22.tar.gz) = 287018 diff --git a/math/mtl/pkg-plist b/math/mtl/pkg-plist index 2e743f0e511b..5026c1631270 100644 --- a/math/mtl/pkg-plist +++ b/math/mtl/pkg-plist @@ -46,6 +46,7 @@ include/mtl/mtl2lapack.h include/mtl/mtl_algo.h include/mtl/mtl_complex.h include/mtl/mtl_config.h +include/mtl/mtl_decl.h include/mtl/mtl_exception.h include/mtl/mtl_iterator.h include/mtl/mtl_limits.h |