libraries/superlu: Updated for version 6.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bloyburt 2023-07-15 11:27:40 +09:00 committed by Willy Sudiarto Raharjo
parent 37ad426afb
commit 9e1048c154
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for superlu
# Copyright 2022 Bloyburt
# Copyright 2022-2023 Bloyburt
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=superlu
VERSION=${VERSION:-5.3.0}
VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="superlu"
VERSION="5.3.0"
VERSION="6.0.0"
HOMEPAGE="https://portal.nersc.gov/project/sparse/superlu/"
DOWNLOAD="https://github.com/xiaoyeli/superlu/archive/v5.3.0/superlu-5.3.0.tar.gz"
MD5SUM="3a5123b86bd517fe28c830ae7d12cb25"
DOWNLOAD="https://github.com/xiaoyeli/superlu/archive/v6.0.0/superlu-6.0.0.tar.gz"
MD5SUM="4bcb9007bdb2166680e197f29282bad1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="blas"