diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-16 22:57:43 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:39 +0700 |
commit | 2fb2a161822786bcb7acea5a14ddce36f329befd (patch) | |
tree | 64f72e23884d17d377ac4e92b2e5c53e187e4b21 /academic/suitesparseconfig/patches | |
parent | eda4f256bb5ed2c37a3473f4945fb367e68cc5bd (diff) |
academic/suitesparseconfig: Updated for version 5.1.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 063e36d0eb9e5..9aa468d91399f 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],[4.5.5],[DrTimothyAldenDavis@gmail.com],[suitesparseconfig],[http://www.suitesparse.com/]) ++AC_INIT([SuiteSparse_config],[5.1.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]) |