diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
commit | e5c4a11714d9defbd9107f703832ea01225135e4 (patch) | |
tree | 28b916f3ad28cb35f0c4144dbe8c7b5a53a9beaa /math/superlu/Makefile | |
parent | 672130dde40d232ebb6b32bcb464c56058b0988c (diff) | |
download | pkgsrc-e5c4a11714d9defbd9107f703832ea01225135e4.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index b1a559934c6..ab049942be4 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:08 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/04 21:47:58 wiz Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 CATEGORIES= math -MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ +MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nersc.gov/~xiaoye/SuperLU/ +HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/ COMMENT= ANSI C routine library for the solution of sparse linear systems DEPENDS+= blas-[0-9]*:../../math/blas |