From 5200c7d0c22583b1b286cbe3e7276e36a74423eb Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Tue, 9 Jun 2015 00:46:56 -0500 Subject: academic/cxsparse: Updated for version 3.1.4. Signed-off-by: Kyle Guinn --- academic/cxsparse/autotoolize.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'academic/cxsparse/autotoolize.diff') diff --git a/academic/cxsparse/autotoolize.diff b/academic/cxsparse/autotoolize.diff index 524c26f0f8..46d086acc6 100644 --- a/academic/cxsparse/autotoolize.diff +++ b/academic/cxsparse/autotoolize.diff @@ -254,7 +254,7 @@ new file mode 100644 + +libcxsparse_la_SOURCES = cs_convert.c +libcxsparse_la_LIBADD = libcxsparse_di.la libcxsparse_dl.la libcxsparse_ci.la libcxsparse_cl.la -lm -+libcxsparse_la_LDFLAGS = -no-undefined -version-number 3:1:2 ++libcxsparse_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) diff --git a/configure.ac b/configure.ac new file mode 100644 --- /dev/null @@ -264,7 +264,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([CXSparse],[3.1.2],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/]) ++AC_INIT([CXSparse],[3.1.4],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/cs_print.c]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE([foreign]) -- cgit v1.2.3