aboutsummaryrefslogtreecommitdiffstats
path: root/math/suitesparse
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2009-06-06 06:40:31 +0800
committermaho <maho@FreeBSD.org>2009-06-06 06:40:31 +0800
commit695b15feb048ae8aa4338be9209a715c7b48b039 (patch)
tree586db4b25faca1595ccc7233ed6a305e622cfa11 /math/suitesparse
parent3997004ea9ed7ad522487630ee3ea8067c100c19 (diff)
downloadfreebsd-ports-gnome-695b15feb048ae8aa4338be9209a715c7b48b039.tar.gz
freebsd-ports-gnome-695b15feb048ae8aa4338be9209a715c7b48b039.tar.zst
freebsd-ports-gnome-695b15feb048ae8aa4338be9209a715c7b48b039.zip
Update to 3.4.0.
Enable build with METIS enabled and does not install SPQR headers [1] Submitted by: nwhitehorn PR: 134948 [1]
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile4
-rw-r--r--math/suitesparse/distinfo6
-rw-r--r--math/suitesparse/files/patch-CHOLMOD+Lib+Makefile11
-rw-r--r--math/suitesparse/pkg-plist4
4 files changed, 21 insertions, 4 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 9735a8ff409f..fd1b360a42d2 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -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
diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo
index 46702a85ef7d..59e1c1dcec04 100644
--- a/math/suitesparse/distinfo
+++ b/math/suitesparse/distinfo
@@ -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
diff --git a/math/suitesparse/files/patch-CHOLMOD+Lib+Makefile b/math/suitesparse/files/patch-CHOLMOD+Lib+Makefile
new file mode 100644
index 000000000000..4c930cd291a0
--- /dev/null
+++ b/math/suitesparse/files/patch-CHOLMOD+Lib+Makefile
@@ -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
+
+ #-------------------------------------------------------------------------------
diff --git a/math/suitesparse/pkg-plist b/math/suitesparse/pkg-plist
index de9bcb248f6d..fbb5ae6537cd 100644
--- a/math/suitesparse/pkg-plist
+++ b/math/suitesparse/pkg-plist
@@ -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