diff options
author | Kyle Guinn <elyk03@gmail.com> | 2019-01-01 16:51:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:28 +0700 |
commit | 08f38a1b40bdb5ce4d182ada37e242d41c7b0d96 (patch) | |
tree | 6bbed15cc9060e83fac97062930829b0af5b36c7 /academic/cxsparse/cxsparse.SlackBuild | |
parent | bec109a76057ef1f4923c554963c1023505ba459 (diff) |
academic/cxsparse: Updated for SuiteSparse 5.4.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cxsparse/cxsparse.SlackBuild')
-rw-r--r-- | academic/cxsparse/cxsparse.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild index 0509d6cb2a33e..c885e92f68fd5 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CXSparse -# Copyright 2013-2018 Kyle Guinn <elyk03@gmail.com>, USA +# Copyright 2013-2019 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ PRGNAM=cxsparse SRCNAM=SuiteSparse SUBDIR=CXSparse VERSION=${VERSION:-3.2.0} -SRCVER=${SRCVER:-5.2.0} -BUILD=${BUILD:-2} +SRCVER=${SRCVER:-5.4.0} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |