Install some relevant header files.
Submitted by: olgeni@
This commit is contained in:
parent
7d251bdc51
commit
bfb2d0e313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309951
@ -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}/} \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user