diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-21 23:51:05 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:38 +0700 |
commit | 66cd50425f20a27f634f3f98ccac8352620556c5 (patch) | |
tree | b15c0b75b0537507b038a6f81518b0258e21fdf0 /academic/suitesparseconfig/patches | |
parent | 9a9e4b5cc13ec88dfc28b8572cc4d27f44ffb472 (diff) |
academic/suitesparseconfig: Updated for version 5.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/suitesparseconfig/patches')
-rw-r--r-- | academic/suitesparseconfig/patches/autoconfiscate.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/suitesparseconfig/patches/autoconfiscate.diff b/academic/suitesparseconfig/patches/autoconfiscate.diff index 9aa468d91399f..dab693d2b3693 100644 --- a/academic/suitesparseconfig/patches/autoconfiscate.diff +++ b/academic/suitesparseconfig/patches/autoconfiscate.diff @@ -34,7 +34,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([SuiteSparse_config],[5.1.0],[DrTimothyAldenDavis@gmail.com],[suitesparseconfig],[http://www.suitesparse.com/]) ++AC_INIT([SuiteSparse_config],[5.2.0],[DrTimothyAldenDavis@gmail.com],[suitesparseconfig],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([SuiteSparse_config.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |