diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-22 00:09:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:39 +0700 |
commit | a872514ece91e7a0042db9ee2048b7d7bc3bc363 (patch) | |
tree | 2ac317a886b3b84a3c0fb9a2560696fc715c9fc6 /academic/klu/patches | |
parent | 3b9cb90391d513a4ac78d05d3951efdb75c29a82 (diff) |
academic/klu: Updated for version 1.3.9.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/klu/patches')
-rw-r--r-- | academic/klu/patches/autoconfiscate.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/klu/patches/autoconfiscate.diff b/academic/klu/patches/autoconfiscate.diff index 379f102456945..2ca02557bf7f6 100644 --- a/academic/klu/patches/autoconfiscate.diff +++ b/academic/klu/patches/autoconfiscate.diff @@ -282,7 +282,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([KLU],[1.3.8],[DrTimothyAldenDavis@gmail.com],[klu],[http://www.suitesparse.com/]) ++AC_INIT([KLU],[1.3.9],[DrTimothyAldenDavis@gmail.com],[klu],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/klu.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |