diff options
author | 2024-04-12 17:02:11 -0300 | |
---|---|---|
committer | 2024-04-13 22:03:54 +0700 | |
commit | 904636dbdd3b4343f1b02fc33440e70f028bea20 (patch) | |
tree | 43c9bebe149f2ddd05959440118d3c8d5f8efac1 /system/openmpi/openmpi.SlackBuild | |
parent | f761774af3be0a47aa93139d526c7c1f389c27fa (diff) | |
download | slackbuilds-904636dbdd3b4343f1b02fc33440e70f028bea20.tar.gz slackbuilds-904636dbdd3b4343f1b02fc33440e70f028bea20.tar.xz |
system/openmpi: Updated for version 4.1.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openmpi/openmpi.SlackBuild')
-rw-r--r-- | system/openmpi/openmpi.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/openmpi/openmpi.SlackBuild b/system/openmpi/openmpi.SlackBuild index 8d3fc89a0e..538669e57b 100644 --- a/system/openmpi/openmpi.SlackBuild +++ b/system/openmpi/openmpi.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # -# Copyright 2015-2022 Emmanuel N. Millan, Mendoza, Argentina. +# Copyright 2015-2024 Emmanuel N. Millan, Mendoza, Argentina. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openmpi -VERSION=${VERSION:-4.1.4} +VERSION=${VERSION:-4.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |