From 226f5ff7c50f1eb5d8bf508e6a9b1900f589aae8 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Mon, 26 Jun 2023 21:55:48 +1000 Subject: [PATCH] academic/suitesparse: Updated for version 5.13.0 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- academic/suitesparse/README | 7 +++---- academic/suitesparse/suitesparse.SlackBuild | 4 ++-- academic/suitesparse/suitesparse.info | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/academic/suitesparse/README b/academic/suitesparse/README index 15ae507453..4704b3906b 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 eeed0ddcac..b6dc7636f2 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 c69b1cd585..929ec6e26f 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"