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/sdpa | |
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/sdpa')
-rw-r--r-- | math/sdpa/Makefile | 3 | ||||
-rw-r--r-- | math/sdpa/pkg-descr | 2 |
2 files changed, 2 insertions, 3 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/ |