diff options
author | maho <maho@FreeBSD.org> | 2004-08-16 09:24:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-16 09:24:11 +0800 |
commit | 1aa14ea54e208d7ac507d359cbafa01dc4872f6a (patch) | |
tree | 7842318a504d94c4664e68a4d7a2110f6b791736 /math/sdpara | |
parent | 476515699ab195ecfd054c0f42cf0c73314ad012 (diff) | |
download | freebsd-ports-gnome-1aa14ea54e208d7ac507d359cbafa01dc4872f6a.tar.gz freebsd-ports-gnome-1aa14ea54e208d7ac507d359cbafa01dc4872f6a.tar.zst freebsd-ports-gnome-1aa14ea54e208d7ac507d359cbafa01dc4872f6a.zip |
MASTER_SITE have been moved.
Reported by: kris
Diffstat (limited to 'math/sdpara')
-rw-r--r-- | math/sdpara/Makefile | 2 | ||||
-rw-r--r-- | math/sdpara/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 59bff08e91bb..acff74377a3a 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdpara PORTVERSION= 0.90 CATEGORIES= math parallel -MASTER_SITES= http://sdpa.is.titech.ac.jp/ +MASTER_SITES= http://grid.r.dendai.ac.jp/sdpa/ DISTFILES= ${PORTNAME}.${PORTVERSION}.src.tar.gz .if !defined(NOPORTDOCS) DISTFILES+= ${PORTNAME}.${PORTVERSION}.install.txt diff --git a/math/sdpara/pkg-descr b/math/sdpara/pkg-descr index 4317b66780c4..b4df77ffc5c5 100644 --- a/math/sdpara/pkg-descr +++ b/math/sdpara/pkg-descr @@ -6,4 +6,4 @@ parallel with the help of MPI (Message Passing Interface) and ScaLAPACK used combinedly with other C++ programs, are not available. We assume that you know how to use the latest version of the SDPA and MPICH. -WWW: http://sdpa.is.titech.ac.jp/sdpara.index.html +WWW: http://grid.r.dendai.ac.jp/sdpa/sdpara.index.html |