diff options
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]) |