From 79d93809eaa858a09777d072900320d64269fd3d Mon Sep 17 00:00:00 2001 From: uebayasi Date: Tue, 28 Jan 2003 01:14:03 +0000 Subject: Make this have its own ${PREFIX}/include/superlu subdirectory and install all header files there. Bump revision to 2. --- math/superlu/Makefile | 7 ++++--- math/superlu/PLIST | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'math/superlu') diff --git a/math/superlu/Makefile b/math/superlu/Makefile index f02a615a142..4893a4ea3d5 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/01/22 22:07:29 kristerw Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/28 01:14:03 uebayasi Exp $ DISTNAME= superlu_2.0 PKGNAME= superlu-2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ @@ -21,7 +21,8 @@ ALL_TARGET= superlulib do-install: ${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include + ${INSTALL_DATA_DIR} ${PREFIX}/include/superlu + ${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${PREFIX}/include/superlu ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/superlu ${INSTALL_DATA} ${WRKSRC}/INSTALL/ug.ps ${PREFIX}/share/doc/superlu diff --git a/math/superlu/PLIST b/math/superlu/PLIST index bc388c69be7..da17db27b62 100644 --- a/math/superlu/PLIST +++ b/math/superlu/PLIST @@ -1,5 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:34:19 zuntum Exp $ -include/supermatrix.h +@comment $NetBSD: PLIST,v 1.2 2003/01/28 01:14:03 uebayasi Exp $ +include/superlu/Cnames.h +include/superlu/colamd.h +include/superlu/csp_defs.h +include/superlu/dcomplex.h +include/superlu/dsp_defs.h +include/superlu/scomplex.h +include/superlu/ssp_defs.h +include/superlu/supermatrix.h +include/superlu/util.h +include/superlu/zsp_defs.h lib/libsuperlu.a share/doc/superlu/ug.ps @dirrm share/doc/superlu +@dirrm include/superlu -- cgit v1.2.3