Update to 3.4.0.
Enable build with METIS enabled and does not install SPQR headers [1] Submitted by: nwhitehorn PR: 134948 [1]
This commit is contained in:
parent
1d1ecdcff3
commit
4692ac76bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235254
4 changed files with 21 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= suitesparse
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.4.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/
|
||||
DISTNAME= SuiteSparse-${PORTVERSION}
|
||||
|
@ -130,6 +130,8 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/CXSparse/Include/*.h ${PREFIX}/include/suitesparse
|
||||
${INSTALL_DATA} ${WRKSRC}/KLU/Include/*.h ${PREFIX}/include/suitesparse
|
||||
${INSTALL_DATA} ${WRKSRC}/CAMD/Include/*.h ${PREFIX}/include/suitesparse
|
||||
${INSTALL_DATA} ${WRKSRC}/SPQR/Include/*.h ${PREFIX}/include/suitesparse
|
||||
${INSTALL_DATA} ${WRKSRC}/SPQR/Include/*.hpp ${PREFIX}/include/suitesparse
|
||||
${INSTALL_DATA} ${WRKDIR}/tmp_static/*.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKDIR}/tmp_shared/*.so.${SVERSION} ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKDIR}/tmp_shared/*.so ${PREFIX}/lib
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SuiteSparse-3.3.0.tar.gz) = d739811057c301905c99279d87f3f6d4
|
||||
SHA256 (SuiteSparse-3.3.0.tar.gz) = 7aef6d21ec50c0732cefa34f613e62064255cd2d0022f0b37f87845d535188e0
|
||||
SIZE (SuiteSparse-3.3.0.tar.gz) = 10296601
|
||||
MD5 (SuiteSparse-3.4.0.tar.gz) = e59dcabc9173b1ba1b3659ae147006b8
|
||||
SHA256 (SuiteSparse-3.4.0.tar.gz) = fea78cca92a4f4a56dc482cc93abed6f37bd6a3c350bf7bc5bcd2d772c2852d4
|
||||
SIZE (SuiteSparse-3.4.0.tar.gz) = 10372827
|
||||
|
|
11
math/suitesparse/files/patch-CHOLMOD+Lib+Makefile
Normal file
11
math/suitesparse/files/patch-CHOLMOD+Lib+Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- CHOLMOD/Lib/Makefile.dist 2009-05-26 08:53:07.000000000 +0200
|
||||
+++ CHOLMOD/Lib/Makefile 2009-05-26 08:53:22.000000000 +0200
|
||||
@@ -116,7 +116,7 @@
|
||||
$(OBJ): $(INC)
|
||||
|
||||
I = -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include \
|
||||
- -I$(METIS_PATH)/Lib -I../../CCOLAMD/Include -I../../CAMD/Include \
|
||||
+ -I$(METIS_PATH) -I../../CCOLAMD/Include -I../../CAMD/Include \
|
||||
-I../Include -I../../UFconfig
|
||||
|
||||
#-------------------------------------------------------------------------------
|
|
@ -1,3 +1,6 @@
|
|||
include/suitesparse/SuiteSparseQR.hpp
|
||||
include/suitesparse/SuiteSparseQR_C.h
|
||||
include/suitesparse/SuiteSparseQR_definitions.h
|
||||
include/suitesparse/UFconfig.h
|
||||
include/suitesparse/amd.h
|
||||
include/suitesparse/amd_internal.h
|
||||
|
@ -25,6 +28,7 @@ include/suitesparse/cs.h
|
|||
include/suitesparse/klu.h
|
||||
include/suitesparse/klu_internal.h
|
||||
include/suitesparse/klu_version.h
|
||||
include/suitesparse/spqr.hpp
|
||||
include/suitesparse/umfpack.h
|
||||
include/suitesparse/umfpack_col_to_triplet.h
|
||||
include/suitesparse/umfpack_defaults.h
|
||||
|
|
Loading…
Reference in a new issue