mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
601acaf014
commit
226f5ff7c5
3 changed files with 8 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue