diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 20:20:24 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 20:20:24 +0000 |
commit | 5f831f729abb8768e6b099321bd1b841f557c2aa (patch) | |
tree | 9d8d4ea804cd045c0977d308828898a4e8b9bd4a /math/superlu/Makefile | |
parent | 07924f122a790de778a6d31acfcf5c8475baceda (diff) | |
download | ports-5f831f729abb8768e6b099321bd1b841f557c2aa.tar.gz ports-5f831f729abb8768e6b099321bd1b841f557c2aa.zip |
Notes
Diffstat (limited to 'math/superlu/Makefile')
-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 |