summaryrefslogtreecommitdiffstats
path: root/academic/cholmod/autotoolize.diff
diff options
context:
space:
mode:
author Kyle Guinn2016-01-03 08:21:43 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:48 +0100
commitc7f04a87c57d69ff270f1f28b19f4e4177e74ae0 (patch)
tree95aaa09fa9ab611cb1484fd16884d00d7028d3bd /academic/cholmod/autotoolize.diff
parentc13be7d935588b30d386230859b23ef933c7f56e (diff)
downloadslackbuilds-c7f04a87c57d69ff270f1f28b19f4e4177e74ae0.tar.gz
academic/cholmod: Updated for version 3.0.6.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cholmod/autotoolize.diff')
-rw-r--r--academic/cholmod/autotoolize.diff8
1 files changed, 5 insertions, 3 deletions
diff --git a/academic/cholmod/autotoolize.diff b/academic/cholmod/autotoolize.diff
index 8c87d18771..e25303da87 100644
--- a/academic/cholmod/autotoolize.diff
+++ b/academic/cholmod/autotoolize.diff
@@ -193,7 +193,7 @@ diff --git a/Doc/Makefile.am b/Doc/Makefile.am
new file mode 100644
--- /dev/null
+++ b/Doc/Makefile.am
-@@ -0,0 +1,436 @@
+@@ -0,0 +1,437 @@
+EXTRA_DIST = \
+ ChangeLog
+
@@ -252,6 +252,7 @@ new file mode 100644
+ _ldlsolve_m.tex \
+ _ldlsplit_m.tex \
+ _ldlupdate_m.tex \
++ _ldlrowmod_m.tex \
+ _metis_m.tex \
+ _mread_m.tex \
+ _mwrite_m.tex \
@@ -760,7 +761,7 @@ diff --git a/MATLAB/Makefile.am b/MATLAB/Makefile.am
new file mode 100644
--- /dev/null
+++ b/MATLAB/Makefile.am
-@@ -0,0 +1,25 @@
+@@ -0,0 +1,26 @@
+# Needed by Doc/Makefile.am
+EXTRA_DIST = \
+ analyze.m \
@@ -777,6 +778,7 @@ new file mode 100644
+ ldlsolve.m \
+ ldlsplit.m \
+ ldlupdate.m \
++ ldlrowmod.m \
+ metis.m \
+ mread.m \
+ mwrite.m \
@@ -1446,7 +1448,7 @@ new file mode 100644
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.69])
-+AC_INIT([CHOLMOD],[3.0.5],[DrTimothyAldenDavis@gmail.com],[cholmod],[http://www.suitesparse.com/])
++AC_INIT([CHOLMOD],[3.0.6],[DrTimothyAldenDavis@gmail.com],[cholmod],[http://www.suitesparse.com/])
+AC_CONFIG_SRCDIR([Core/cholmod_common.c])
+AC_CONFIG_HEADERS([config.h Include/cholmod_config.h])
+AM_INIT_AUTOMAKE([foreign])