diff options
author | Kyle Guinn <elyk03@gmail.com> | 2020-02-16 02:03:14 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:12 +0700 |
commit | fd7a5289395adc728216d50f5e64ecaf72b1e772 (patch) | |
tree | ef348dd3b0b1fdd7a173d9a2341a7fff231a2aef /academic/btf/patches | |
parent | 2dddc00fdc2e95668719f112f076b58e7cd7d132 (diff) |
academic/btf: Updated for SuiteSparse 5.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/btf/patches')
-rw-r--r-- | academic/btf/patches/autoconfiscate.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/btf/patches/autoconfiscate.diff b/academic/btf/patches/autoconfiscate.diff index 8a621ae66bfec..a07fc25f309cf 100644 --- a/academic/btf/patches/autoconfiscate.diff +++ b/academic/btf/patches/autoconfiscate.diff @@ -73,7 +73,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([BTF],[1.2.6],[DrTimothyAldenDavis@gmail.com],[btf],[http://www.suitesparse.com/]) ++AC_INIT([BTF],[1.2.6],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[btf],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/btf_order.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |