From owner-svn-ports-head@FreeBSD.ORG Sat Jan 5 10:16:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D9AA8BC; Sat, 5 Jan 2013 10:16:02 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 76C937FD; Sat, 5 Jan 2013 10:16:02 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r05AG28l068412; Sat, 5 Jan 2013 10:16:02 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r05AG2hS068410; Sat, 5 Jan 2013 10:16:02 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201301051016.r05AG2hS068410@svn.freebsd.org> From: Maho Nakata Date: Sat, 5 Jan 2013 10:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309951 - head/math/suitesparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 10:16:02 -0000 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