diff options
author | billf <billf@FreeBSD.org> | 1998-12-08 04:20:24 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-08 04:20:24 +0800 |
commit | e39fadba64cd546e08c93b2633f58d6852e3a8fb (patch) | |
tree | 44ef8936f0e512234ec9e984dbb59f8ed6d109c0 /math | |
parent | 097caddacecf03c786cfed19c8a7ba625a8171b4 (diff) | |
download | freebsd-ports-gnome-e39fadba64cd546e08c93b2633f58d6852e3a8fb.tar.gz freebsd-ports-gnome-e39fadba64cd546e08c93b2633f58d6852e3a8fb.tar.zst freebsd-ports-gnome-e39fadba64cd546e08c93b2633f58d6852e3a8fb.zip |
Remove a stale MASTER_SITES, and add 4 or so new ones.
Scared By: obrien
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 98aa1f1dd584..a1608a0c04d4 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -3,14 +3,18 @@ # Date created: 31 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/09 23:54:16 steve Exp $ # DISTNAME= superlu_1.1 PKGNAME= superlu-1.1 CATEGORIES= math MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/src/lapack/SuperLU/ \ - http://www.netlib.org/scalapack/prototype/ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/cs.berkeley.edu/lapack/SuperLu/ \ + ftp://ftp.ntua.gr/pub/netlib/scalapack/prototype/ \ + ftp://ftp.uow.edu.au/pub/netlib/scalapack/prototype/ \ + ftp://ftp.zib.de/pub/netlib/scalapack/prototype/ \ + ftp://ftp.riken.go.jp/pub/netlib/scalapack/prototype/ MAINTAINER= ports@FreeBSD.org |