diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-04-06 09:30:12 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:03 +0700 |
commit | e1c9c46ef09adcaef34b93cf3cb3daf72d7e8f7f (patch) | |
tree | 81b58818d40e1d12876210b0947a42e89d5c6cad /academic | |
parent | 4957ba44a37608e19e0e8dba256ba4535a7a6eb6 (diff) |
academic/suitesparse: Updated for version 5.11.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/suitesparse/suitesparse.SlackBuild | 7 | ||||
-rw-r--r-- | academic/suitesparse/suitesparse.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/academic/suitesparse/suitesparse.SlackBuild b/academic/suitesparse/suitesparse.SlackBuild index 40600ba9dc1f..eeed0ddcac59 100644 --- a/academic/suitesparse/suitesparse.SlackBuild +++ b/academic/suitesparse/suitesparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for suitesparse -# Copyright 2017-2021 Christoph Willing, Brisbane Australia +# Copyright 2017-2022 Christoph Willing, Brisbane Australia # All rights reserved. # Thanks to Pablo Santamaria for previous versions # @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=suitesparse SRCNAM=SuiteSparse -VERSION=${VERSION:-5.10.1} +VERSION=${VERSION:-5.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/academic/suitesparse/suitesparse.info b/academic/suitesparse/suitesparse.info index ba56ee48817f..c69b1cd58567 100644 --- a/academic/suitesparse/suitesparse.info +++ b/academic/suitesparse/suitesparse.info @@ -1,8 +1,8 @@ PRGNAM="suitesparse" -VERSION="5.10.1" +VERSION="5.11.0" HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" -DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.10.1/SuiteSparse-5.10.1.tar.gz" -MD5SUM="68bb912f3cf3d2b01f30ebafef690302" +DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.11.0/SuiteSparse-5.11.0.tar.gz" +MD5SUM="909a75e6abca32a329a593a96dc00de7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lapack OpenBLAS chrpath" |