diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 01:24:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 01:24:11 +0000 |
commit | d93eb7b9a259b05b664bbc31229833ee0aeb7c0f (patch) | |
tree | 9383a92cc6dd8fccbf5ab606d223ffc575810f8c | |
parent | 2379ddf0c5bc3f4913adcb53e7b67e6e9a98ffb5 (diff) | |
download | ports-d93eb7b9a259b05b664bbc31229833ee0aeb7c0f.tar.gz ports-d93eb7b9a259b05b664bbc31229833ee0aeb7c0f.zip |
Notes
-rw-r--r-- | math/sdpa/Makefile | 3 | ||||
-rw-r--r-- | math/sdpa/pkg-descr | 2 | ||||
-rw-r--r-- | math/sdpara/Makefile | 2 | ||||
-rw-r--r-- | math/sdpara/pkg-descr | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index 5b5126141f6b..d4cdabe6ab2a 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -9,7 +9,7 @@ PORTNAME= sdpa PORTVERSION= 6.00 PORTREVISION= 2 CATEGORIES= math -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}.manual.ps.gz \ @@ -24,7 +24,6 @@ COMMENT= SDPA(SemiDefinite Programming Algorithm) Very efficent SDP Solver LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas -BROKEN= "Unfetchable" RESTRICTED= "unsure distribution condition" USE_REINPLACE= yes diff --git a/math/sdpa/pkg-descr b/math/sdpa/pkg-descr index 7274dcddb415..1b5504719c5b 100644 --- a/math/sdpa/pkg-descr +++ b/math/sdpa/pkg-descr @@ -15,4 +15,4 @@ The SDPA enjoys the following features: 4. Some information on infeasibility of a semidefinite program to be solved is provided. -WWW: http://www.is.titech.ac.jp/~yamashi9/sdpa/ +WWW: http://grid.r.dendai.ac.jp/sdpa/ 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 |