diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-31 10:30:13 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-31 10:30:13 +0000 |
commit | b6cc30ebf1b95dd61e09bf8b7b64ddf95dfc7b26 (patch) | |
tree | aa58aeee2ee90f20d0aa0b24a6163b94e2f52d13 /math/linpack | |
parent | 24f66e10c55570ddcfc3429a55bfb19ed79da7bb (diff) | |
download | ports-b6cc30ebf1b95dd61e09bf8b7b64ddf95dfc7b26.tar.gz ports-b6cc30ebf1b95dd61e09bf8b7b64ddf95dfc7b26.zip |
Notes
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 134766bd5a87..158955c89339 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -9,11 +9,10 @@ PORTNAME= linpack PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= math -MASTER_SITES= http://www.netlib.org/linpack/ \ - http://netlib.amss.ac.cn/linpack/ +MASTER_SITES= NL DISTFILES= ${SRCS} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Linear Algebra package LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas |