diff options
author | mharo <mharo@FreeBSD.org> | 1999-07-12 14:23:34 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-07-12 14:23:34 +0800 |
commit | ddb8364fe96d94dd14619e99b172c21ae6bb32bf (patch) | |
tree | 883791da9c57769dbd38c4081e4f9f8265eaeee4 | |
parent | b128b3cf4b2527f520880fc82ee5e8d384d1f3df (diff) | |
download | freebsd-ports-gnome-ddb8364fe96d94dd14619e99b172c21ae6bb32bf.tar.gz freebsd-ports-gnome-ddb8364fe96d94dd14619e99b172c21ae6bb32bf.tar.zst freebsd-ports-gnome-ddb8364fe96d94dd14619e99b172c21ae6bb32bf.zip |
install supermatrix.h
PR: 12602
Submitted by: pfgiffun@bachue.usc.unal.edu.co
-rw-r--r-- | math/superlu/Makefile | 3 | ||||
-rw-r--r-- | math/superlu/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 75b0cf489a6b..3e434609c638 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.3 1998/12/10 17:24:33 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/12/15 18:04:06 vanilla Exp $ # DISTNAME= superlu_1.1 @@ -24,6 +24,7 @@ ALL_TARGET= superlulib post-install: $(INSTALL_DATA) ${WRKSRC}/libsuperlu.* ${PREFIX}/lib + $(INSTALL_DATA) ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/SuperLU ${INSTALL_DATA} ${WRKSRC}/INSTALL/*.ps ${PREFIX}/share/doc/SuperLU diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist index 3d26da0c597d..5fdc4e4128ef 100644 --- a/math/superlu/pkg-plist +++ b/math/superlu/pkg-plist @@ -1,3 +1,4 @@ +include/supermatrix.h lib/libsuperlu.a share/doc/SuperLU/ug.ps @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |