system/mpich: Updated for version 3.4.3
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1477b185b3
commit
999acdca40
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Earlier version written by Wainamoinen <wainamoinen@gmail.com>
|
||||
#
|
||||
# Copyright 2016-2021 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2016-2022 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mpich
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
VERSION=${VERSION:-3.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpich"
|
||||
VERSION="3.4.2"
|
||||
VERSION="3.4.3"
|
||||
HOMEPAGE="https://www.mpich.org/"
|
||||
DOWNLOAD="https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz"
|
||||
MD5SUM="6ee1cfff98728e5160c6e78bdb1986ca"
|
||||
DOWNLOAD="https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz"
|
||||
MD5SUM="f4f8159a54f0b3deb92a25cec45156ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue