summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-03-17 18:31:53 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-18 09:50:20 +0700
commit39ad40ea1c2d33361d9da3063930fc2445e152ec (patch)
treefd9fb41215b5c311fa5518898c51a5224f560d4f /system
parent4d545775823373219c12d371c7d356c99a7548f2 (diff)
downloadslackbuilds-39ad40ea1c2d33361d9da3063930fc2445e152ec.tar.gz
slackbuilds-39ad40ea1c2d33361d9da3063930fc2445e152ec.tar.xz
system/mpich: Updated for version 4.1.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/mpich/mpich.SlackBuild9
-rw-r--r--system/mpich/mpich.info6
2 files changed, 6 insertions, 9 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild
index fd8356ba5a..c901129be2 100644
--- a/system/mpich/mpich.SlackBuild
+++ b/system/mpich/mpich.SlackBuild
@@ -4,7 +4,7 @@
# Earlier version written by Wainamoinen <wainamoinen@gmail.com>
#
-# Copyright 2016-2022 Christoph Willing Brisbane, Australia
+# Copyright 2016-2023 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpich
-VERSION=${VERSION:-3.4.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.1.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/system/mpich/mpich.info b/system/mpich/mpich.info
index 1088f134b1..bb7beccea1 100644
--- a/system/mpich/mpich.info
+++ b/system/mpich/mpich.info
@@ -1,8 +1,8 @@
PRGNAM="mpich"
-VERSION="3.4.3"
+VERSION="4.1.1"
HOMEPAGE="https://www.mpich.org/"
-DOWNLOAD="https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz"
-MD5SUM="f4f8159a54f0b3deb92a25cec45156ee"
+DOWNLOAD="https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz"
+MD5SUM="bd0ecf550e4a3e54128f377b65743370"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""