Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 14:38:04 +0100 (BST)
From:      eoin@maths.tcd.ie
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11560: header files for metis not installed
Message-ID:  <199905071438.aa80867@gosset.maths.tcd.ie>

next in thread | raw e-mail | index | archive | help

>Number:         11560
>Category:       ports
>Synopsis:       header files for metis not installed
>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:   Fri May  7 06:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Eoin Lawless
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

The header files for the metis-4.0 port are not installed. These
are needed in order to use the metis library (rather than the
stand alone executables). 

>How-To-Repeat:

	

>Fix:

I have included a patch for /usr/ports/math/metis/Makefile to
install the headers in $PREFIX/include/metis.


--- Makefile.old	Tue Apr 13 11:54:19 1999
+++ Makefile	Fri May  7 14:25:07 1999
@@ -25,6 +25,13 @@
 	$(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual	$(PREFIX)/bin
 	$(INSTALL_PROGRAM) $(WRKSRC)/graphchk	$(PREFIX)/bin
 	$(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib
+	${MKDIR} $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/defs.h    $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/macros.h  $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/metis.h   $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/proto.h   $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/rename.h  $(PREFIX)/include/metis
+	$(INSTALL_DATA) $(WRKSRC)/Lib/struct.h  $(PREFIX)/include/metis
 .if !defined(NOPORTDOCS)
 	${MKDIR} $(PREFIX)/share/doc/METIS
 	$(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS
	
	


>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?199905071438.aa80867>