diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-22 00:11:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:40 +0700 |
commit | b8ab888a2cffdac8fd732039c3ff08634f6fc957 (patch) | |
tree | d623c0adcbb23d90efd79b2b6ed726b0b2497a17 /academic/umfpack/umfpack.SlackBuild | |
parent | a872514ece91e7a0042db9ee2048b7d7bc3bc363 (diff) |
academic/umfpack: BUILD bump for SuiteSparse 5.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/umfpack/umfpack.SlackBuild')
-rw-r--r-- | academic/umfpack/umfpack.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/umfpack/umfpack.SlackBuild b/academic/umfpack/umfpack.SlackBuild index 3bf511e6c6f77..a0a2a58f18873 100644 --- a/academic/umfpack/umfpack.SlackBuild +++ b/academic/umfpack/umfpack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for UMFPACK -# Copyright 2013-2017 Kyle Guinn <elyk03@gmail.com>, USA +# Copyright 2013-2018 Kyle Guinn <elyk03@gmail.com>, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ PRGNAM=umfpack SRCNAM=SuiteSparse SUBDIR=UMFPACK VERSION=${VERSION:-5.7.6} -SRCVER=${SRCVER:-5.1.0} -BUILD=${BUILD:-3} +SRCVER=${SRCVER:-5.2.0} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |