diff options
-rw-r--r-- | math/superlu/Makefile | 7 | ||||
-rw-r--r-- | math/superlu/PLIST | 14 |
2 files changed, 16 insertions, 5 deletions
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 |