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:
parent
37ad426afb
commit
9e1048c154
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue