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