diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-06-26 21:55:48 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:23 +0700 |
commit | 226f5ff7c50f1eb5d8bf508e6a9b1900f589aae8 (patch) | |
tree | 60c18c73eb4e5fc9d0b5593226711d68bcd5cb69 /academic | |
parent | 601acaf0148aa33fd74016e3f79ca701a7a42400 (diff) |
academic/suitesparse: Updated for version 5.13.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/README | 7 | ||||
-rw-r--r-- | academic/suitesparse/suitesparse.SlackBuild | 4 | ||||
-rw-r--r-- | academic/suitesparse/suitesparse.info | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/academic/suitesparse/README b/academic/suitesparse/README index 15ae50745363d..4704b3906b1b3 100644 --- a/academic/suitesparse/README +++ b/academic/suitesparse/README @@ -25,8 +25,7 @@ by default. SlackBuilds.org also has all the parts of this suite as individual builds - DO NOT try and install the individual parts and the suite; -pick one or the other. +choose one or the other. -For Slackware 14.2, suitesparse's version is being held at 5.7.2. -Later versions (5.8.n) are not compatible with 14.2 supplied version -of mpfr (3.1.4). +For Slackware 15.0, suitesparse's version is being held at 5.13.0. +Later versions are not compatible with 15.0 supplied version of cmake. diff --git a/academic/suitesparse/suitesparse.SlackBuild b/academic/suitesparse/suitesparse.SlackBuild index eeed0ddcac595..b6dc7636f28f6 100644 --- a/academic/suitesparse/suitesparse.SlackBuild +++ b/academic/suitesparse/suitesparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for suitesparse -# Copyright 2017-2022 Christoph Willing, Brisbane Australia +# Copyright 2017-2023 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.11.0} +VERSION=${VERSION:-5.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/suitesparse/suitesparse.info b/academic/suitesparse/suitesparse.info index c69b1cd585676..929ec6e26f257 100644 --- a/academic/suitesparse/suitesparse.info +++ b/academic/suitesparse/suitesparse.info @@ -1,8 +1,8 @@ PRGNAM="suitesparse" -VERSION="5.11.0" +VERSION="5.13.0" HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" -DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.11.0/SuiteSparse-5.11.0.tar.gz" -MD5SUM="909a75e6abca32a329a593a96dc00de7" +DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.13.0/SuiteSparse-5.13.0.tar.gz" +MD5SUM="e9e7bc594b77ae4b58d943cdc286d679" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lapack OpenBLAS chrpath" |