diff options
author | wennmach <wennmach@pkgsrc.org> | 2004-12-22 10:17:28 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2004-12-22 10:17:28 +0000 |
commit | fc15031bd2e610294c498b0f263ea67470e2b019 (patch) | |
tree | be01534e10f45ee6f85c7e2c263b3f5f2be1d516 /math/lapack/Makefile | |
parent | cc3aa60b25fd25d672fe55e7df0958021166e0e4 (diff) | |
download | pkgsrc-fc15031bd2e610294c498b0f263ea67470e2b019.tar.gz |
Make liblapack contain routines for all types (real, double, complex16,
and complex). Due to an error in the previous patch-aa, liblapack only
contained the complex16 routines.
Bump PKGREVISION.
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 07728b90ce7..2c8300f0a0d 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/22 10:17:28 wennmach Exp $ # DISTNAME= lapack PKGNAME= lapack-20010201 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/lapack/ \ ftp://netlib.bell-labs.com/netlib/lapack/ \ |