diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:37:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:37:53 +0000 |
commit | ff6e619a85b7832ccecf32a599ac99ce0d1b8f8f (patch) | |
tree | ba305180ffa8a7ea1a13829fba1b10863910db93 /math/mtl | |
parent | 61c1936e13380b6f17d4f92552f2e33c2af50277 (diff) | |
download | ports-ff6e619a85b7832ccecf32a599ac99ce0d1b8f8f.tar.gz ports-ff6e619a85b7832ccecf32a599ac99ce0d1b8f8f.zip |
port update: math/mtl
There is a minor update to mtl. Since this is port only
consists of header, and no library is actually build I
followed their recomendation and added NO_BUILD which saves
some time doing unnecessary testing.
I also wanted to add LAPACK support but I couldn't. At least
I fixed a bug in configure in the process.
PR: ports/55203
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=87635
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 6 | ||||
-rw-r--r-- | math/mtl/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index ee73f16b1ed8..d1c244ac78ef 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -7,14 +7,16 @@ # PORTNAME= mtl -PORTVERSION= 2.1.2.20 +PORTVERSION= 2.1.2.21 CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ -DISTNAME= ${PORTNAME}-2.1.2-20 +DISTNAME= ${PORTNAME}-2.1.2-21 MAINTAINER= ports@FreeBSD.org COMMENT= The Matrix Template Library +USE_AUTOCONF= yes GNU_CONFIGURE= yes +NO_BUILD= yes .include <bsd.port.mk> diff --git a/math/mtl/distinfo b/math/mtl/distinfo index 440c0845f7d1..e63fe099a498 100644 --- a/math/mtl/distinfo +++ b/math/mtl/distinfo @@ -1 +1 @@ -MD5 (mtl-2.1.2-20.tar.gz) = d4bde52cde7d5f45a6c27c4b171cecd8 +MD5 (mtl-2.1.2-21.tar.gz) = 9219c998ed30d65fb8e08c305b6d4e46 |