Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2013 10:16:02 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309951 - head/math/suitesparse
Message-ID:  <201301051016.r05AG2hS068410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Sat Jan  5 10:16:01 2013
New Revision: 309951
URL: http://svnweb.freebsd.org/changeset/ports/309951

Log:
  Install some relevant header files.
  
  Submitted by: olgeni@

Modified:
  head/math/suitesparse/Makefile
  head/math/suitesparse/pkg-plist

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Sat Jan  5 07:53:50 2013	(r309950)
+++ head/math/suitesparse/Makefile	Sat Jan  5 10:16:01 2013	(r309951)
@@ -7,6 +7,7 @@
 
 PORTNAME=	suitesparse
 PORTVERSION=	4.0.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://www.cise.ufl.edu/research/sparse/SuiteSparse/
 DISTNAME=	SuiteSparse-${PORTVERSION}
@@ -121,6 +122,8 @@ do-install:
 .for d in AMD BTF CAMD CCOLAMD CHOLMOD COLAMD CXSparse KLU SPQR UMFPACK
 	@${INSTALL_DATA} ${WRKSRC}/${d}/Include/*.h ${PREFIX}/include/suitesparse
 .endfor
+	@${INSTALL_DATA} ${WRKSRC}/SuiteSparse_config/SuiteSparse_config.h ${PREFIX}/include/suitesparse
+	@${INSTALL_DATA} ${WRKSRC}/UMFPACK/Source/umf_config.h ${PREFIX}/include/suitesparse
 	@${INSTALL_DATA} ${WRKSRC}/SPQR/Include/*.hpp ${PREFIX}/include/suitesparse
 	@for i in `find ${WRKSRC_SHARED} -type f -name '*.a'` ; do \
 		${INSTALL_DATA} ${WRKSRC}/$${i##${WRKSRC_SHARED}/} \

Modified: head/math/suitesparse/pkg-plist
==============================================================================
--- head/math/suitesparse/pkg-plist	Sat Jan  5 07:53:50 2013	(r309950)
+++ head/math/suitesparse/pkg-plist	Sat Jan  5 10:16:01 2013	(r309951)
@@ -1,3 +1,4 @@
+include/suitesparse/SuiteSparse_config.h
 include/suitesparse/SuiteSparseQR.hpp
 include/suitesparse/SuiteSparseQR_C.h
 include/suitesparse/SuiteSparseQR_definitions.h
@@ -61,6 +62,7 @@ include/suitesparse/umfpack_timer.h
 include/suitesparse/umfpack_transpose.h
 include/suitesparse/umfpack_triplet_to_col.h
 include/suitesparse/umfpack_wsolve.h
+include/suitesparse/umf_config.h
 include/ufsparse
 @dirrm include/suitesparse
 lib/libamd.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301051016.r05AG2hS068410>