diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-06-09 00:46:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 07:55:34 +0700 |
commit | 5200c7d0c22583b1b286cbe3e7276e36a74423eb (patch) | |
tree | 45307671060e8ac55bfa214d36d516d83d7ed768 /academic/cxsparse/autotoolize.diff | |
parent | 32f81b1849282967a345f99bfa1ff8391ca9e23b (diff) | |
download | slackbuilds-5200c7d0c22583b1b286cbe3e7276e36a74423eb.tar.gz |
academic/cxsparse: Updated for version 3.1.4.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cxsparse/autotoolize.diff')
-rw-r--r-- | academic/cxsparse/autotoolize.diff | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |