diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-25 09:37:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-25 09:37:53 +0800 |
commit | 2ce1dbe93aa84e3c4743b8413fd87c9330d95903 (patch) | |
tree | e47dfdacb35f66b6a74347510771b4876deb6531 /math | |
parent | 5e0238a2616a21017204e90bedfc4fd838d99d56 (diff) | |
download | freebsd-ports-graphics-2ce1dbe93aa84e3c4743b8413fd87c9330d95903.tar.gz freebsd-ports-graphics-2ce1dbe93aa84e3c4743b8413fd87c9330d95903.tar.zst freebsd-ports-graphics-2ce1dbe93aa84e3c4743b8413fd87c9330d95903.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>
Diffstat (limited to 'math')
-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 ee73f16b1ed..d1c244ac78e 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 440c0845f7d..e63fe099a49 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 |