diff options
author | Kyle Guinn <elyk03@gmail.com> | 2020-02-16 01:46:25 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:11 +0700 |
commit | 97c5d19bed9b5c6fc35ba665b6309d9812d06025 (patch) | |
tree | 0c02742016fe2e149766dfa0070e9b9a837c8d03 /academic/cxsparse/patches | |
parent | a931d247bf8819efa0d1f8b4607a040968654018 (diff) |
academic/cxsparse: Updated for SuiteSparse 5.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cxsparse/patches')
-rw-r--r-- | academic/cxsparse/patches/autoconfiscate.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/cxsparse/patches/autoconfiscate.diff b/academic/cxsparse/patches/autoconfiscate.diff index 6302da44f35d5..6ee6d78b45aae 100644 --- a/academic/cxsparse/patches/autoconfiscate.diff +++ b/academic/cxsparse/patches/autoconfiscate.diff @@ -522,7 +522,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([CXSparse],[3.2.0],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/]) ++AC_INIT([CXSparse],[3.2.0],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[cxsparse],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/cs_print.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |