mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/mpich: Updated for version 3.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
1aa6076fac
commit
e8e9c6007f
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Earlier version written by Wainamoinen <wainamoinen@gmail.com>
|
||||
#
|
||||
# Copyright 2016-2017 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2016-2018 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpich
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
VERSION=${VERSION:-3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpich"
|
||||
VERSION="3.2.1"
|
||||
HOMEPAGE="http://www.mpich.org/"
|
||||
DOWNLOAD="http://www.mpich.org/static/downloads/3.2.1/mpich-3.2.1.tar.gz"
|
||||
MD5SUM="e175452f4d61646a52c73031683fc375"
|
||||
VERSION="3.3"
|
||||
HOMEPAGE="https://www.mpich.org/"
|
||||
DOWNLOAD="https://www.mpich.org/static/downloads/3.3/mpich-3.3.tar.gz"
|
||||
MD5SUM="574af413dc0dc7fbb929a761822beb06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue