aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2013-01-05 10:16:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2013-01-05 10:16:01 +0000
commitbfb2d0e313e1c0c19fafeef2d75a12353dbe0e78 (patch)
tree542d0f3f509f22b3867dc121c138ebdde0928b73 /math/suitesparse
parent7d251bdc51b395a7e647bc14aaab07bf9e97060c (diff)
downloadports-bfb2d0e313e1c0c19fafeef2d75a12353dbe0e78.tar.gz
ports-bfb2d0e313e1c0c19fafeef2d75a12353dbe0e78.zip
Install some relevant header files.
Submitted by: olgeni@
Notes
Notes: svn path=/head/; revision=309951
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile3
-rw-r--r--math/suitesparse/pkg-plist2
2 files changed, 5 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 5b1a389efc75..0bb727325fdf 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -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}/} \
diff --git a/math/suitesparse/pkg-plist b/math/suitesparse/pkg-plist
index 77e9bc57ff54..7d1496007b34 100644
--- a/math/suitesparse/pkg-plist
+++ b/math/suitesparse/pkg-plist
@@ -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