diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-19 19:57:02 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-19 19:57:02 +0000 |
commit | 42a57eb1002537bfe3baa86516a92a650401a144 (patch) | |
tree | 3a3498b047ed157513ae11c773633e7a2b9352d4 /math | |
parent | e2d1800fd5419bfb25d18897488dd5532ec9acfa (diff) | |
download | ports-42a57eb1002537bfe3baa86516a92a650401a144.tar.gz ports-42a57eb1002537bfe3baa86516a92a650401a144.zip |
Notes
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/ |