diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-06-09 00:46:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 07:55:34 +0700 |
commit | 32f81b1849282967a345f99bfa1ff8391ca9e23b (patch) | |
tree | fb23e5af2f58bc26c956b615f2fc1f821ec3270b /academic/csparse/autotoolize.diff | |
parent | 072895894c2dc9813d567ba2311eed580bcdda9b (diff) | |
download | slackbuilds-32f81b1849282967a345f99bfa1ff8391ca9e23b.tar.gz |
academic/csparse: Updated for version 3.1.4.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/csparse/autotoolize.diff')
-rw-r--r-- | academic/csparse/autotoolize.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/csparse/autotoolize.diff b/academic/csparse/autotoolize.diff index 5fa2b85643..767855dbaa 100644 --- a/academic/csparse/autotoolize.diff +++ b/academic/csparse/autotoolize.diff @@ -147,7 +147,7 @@ new file mode 100644 +lib_LTLIBRARIES = libcsparse.la +libcsparse_la_SOURCES = $(CSPARSESRC) +libcsparse_la_LIBADD = -lm -+libcsparse_la_LDFLAGS = -no-undefined -version-number 3:1:2 ++libcsparse_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) diff --git a/configure.ac b/configure.ac new file mode 100644 --- /dev/null @@ -157,7 +157,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([CSparse],[3.1.2],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/]) ++AC_INIT([CSparse],[3.1.4],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/cs_print.c]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE([foreign]) |