Date: Sun, 11 Jul 1999 21:51:21 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org Subject: ports/12602: SuperLU port doesn't install header Message-ID: <19990712045121.DC46114BCE@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12602 >Category: ports >Synopsis: SuperLU port doesn't install header >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 22:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-Release >Organization: U. Nacional de colombia >Environment: >Description: Some software I am building uses superlu, and required supermatrix.h, which was not installed- >How-To-Repeat: >Fix: diff -rNu superlu.old/Makefile superlu/Makefile --- superlu.old/Makefile Sun Jul 11 21:25:42 1999 +++ superlu/Makefile Sun Jul 11 22:55:26 1999 @@ -22,8 +22,10 @@ # NOTE: The Matlab interface was not built. # -post-install: +do-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 -rNu superlu.old/pkg/PLIST superlu/pkg/PLIST --- superlu.old/pkg/PLIST Sun Jul 11 21:25:42 1999 +++ superlu/pkg/PLIST Sun Jul 11 23:09:02 1999 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990712045121.DC46114BCE>