diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-28 01:14:03 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-28 01:14:03 +0000 |
commit | 79d93809eaa858a09777d072900320d64269fd3d (patch) | |
tree | 76b952527ddd5ed520605981f1742522859a76ef /math/superlu | |
parent | cb1f351e64731c161a8de9a99b2940265a843b0c (diff) | |
download | pkgsrc-79d93809eaa858a09777d072900320d64269fd3d.tar.gz |
Make this have its own ${PREFIX}/include/superlu subdirectory and install all
header files there.
Bump revision to 2.
Diffstat (limited to 'math/superlu')
-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 |