diff options
author | bf <bf@FreeBSD.org> | 2011-03-20 03:57:02 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-03-20 03:57:02 +0800 |
commit | 6bf64dd8bf8ef85b203004f2b9a76a82507be97c (patch) | |
tree | b21690008f844d54708f9159778a1f1e174fe65c /math | |
parent | 26d2b044258281c115bd932fd7569aa7dd93ac4f (diff) | |
download | freebsd-ports-gnome-6bf64dd8bf8ef85b203004f2b9a76a82507be97c.tar.gz freebsd-ports-gnome-6bf64dd8bf8ef85b203004f2b9a76a82507be97c.tar.zst freebsd-ports-gnome-6bf64dd8bf8ef85b203004f2b9a76a82507be97c.zip |
Adopt and fix the location of the homepage,
and of a master site, after an Argonne
website reorganization
Diffstat (limited to 'math')
-rw-r--r-- | math/blocksolve95/Makefile | 8 | ||||
-rw-r--r-- | math/blocksolve95/pkg-descr | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 92b8b3129b5d..019df7703d78 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -9,18 +9,16 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 PORTREVISION= 10 CATEGORIES= math parallel -MASTER_SITES= ftp://info.mcs.anl.gov/pub/BlockSolve95/ \ +MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ + http://ftp.mcs.anl.gov/pub/BlockSolve95/ \ ftp://ftp.irisa.fr/pub/mirrors/BlockSolve95/ DISTNAME= BlockSolve95 EXTRACT_SUFX= .tar.Z DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Sofware for the efficient solution of large, sparse linear systems -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - BUILD_DEPENDS= ${MPIDIR}/lib/libmpich.a:${PORTSDIR}/net/mpich2 LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c RUN_DEPENDS= ${MPIDIR}/bin/mpirun:${PORTSDIR}/net/mpich2 diff --git a/math/blocksolve95/pkg-descr b/math/blocksolve95/pkg-descr index 3afae001e3de..90b556048332 100644 --- a/math/blocksolve95/pkg-descr +++ b/math/blocksolve95/pkg-descr @@ -12,4 +12,4 @@ BlockSolve95 is general purpose; we do not require that the matrices have any particular structure other than being sparse and being symmetric in structure (but not necessarily in value). -WWW: http://www-unix.mcs.anl.gov/sumaa3d/BlockSolve/ +WWW: http://ftp.mcs.anl.gov/pub/BlockSolve95/ |