diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-10 17:24:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-10 17:24:33 +0000 |
commit | d17c12dd8dd8d0cf5eca3b1e74242dc69bb3ba1b (patch) | |
tree | 0561c3f7f70e3d4f7d8657b1561d7e5c6b53265c /math/superlu | |
parent | ee0a587195847acaa9b4cf2883ab01768a007610 (diff) | |
download | ports-d17c12dd8dd8d0cf5eca3b1e74242dc69bb3ba1b.tar.gz ports-d17c12dd8dd8d0cf5eca3b1e74242dc69bb3ba1b.zip |
Notes
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index a1608a0c04d4..0e6d9f78711f 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -3,13 +3,13 @@ # Date created: 31 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.1.1.1 1998/08/09 23:54:16 steve Exp $ +# $Id: Makefile,v 1.2 1998/12/07 20:20:24 billf Exp $ # DISTNAME= superlu_1.1 PKGNAME= superlu-1.1 CATEGORIES= math -MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/src/lapack/SuperLU/ \ +MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/lapack/SuperLU/ \ 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/ \ |