From ff6e619a85b7832ccecf32a599ac99ce0d1b8f8f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 25 Aug 2003 01:37:53 +0000 Subject: 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 --- math/mtl/Makefile | 6 ++++-- math/mtl/distinfo | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'math/mtl') 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 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 -- cgit v1.2.3