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>
This commit is contained in:
parent
61c1936e13
commit
ff6e619a85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87635
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mtl-2.1.2-20.tar.gz) = d4bde52cde7d5f45a6c27c4b171cecd8
|
||||
MD5 (mtl-2.1.2-21.tar.gz) = 9219c998ed30d65fb8e08c305b6d4e46
|
||||
|
|
Loading…
Reference in a new issue