diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-16 23:39:13 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:40 +0700 |
commit | 8ddb5bba15125505460dd7b5387b86d357fc3d69 (patch) | |
tree | 76cac2d9054a4619aec589df5644b8d8aca39491 /academic/cxsparse/patches | |
parent | 6adc705ec1fa3f596ce7ac73d750679f4b8123c5 (diff) | |
download | slackbuilds-8ddb5bba15125505460dd7b5387b86d357fc3d69.tar.gz |
academic/cxsparse: Updated for version 3.2.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 31c012b1b4..05618285c3 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.1.9],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/]) ++AC_INIT([CXSparse],[3.2.0],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/cs_print.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |