diff options
author | Emmanuel N. Millan <emmanueln[at]gmail[dot]com> | 2019-03-23 00:37:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 00:37:03 +0700 |
commit | 8506e81bde254e88e12443de456cbc9cfdf13e69 (patch) | |
tree | 0d8aa51ff40dacd320dcd9ab5ac0960c0e68e0da /system/openmpi/openmpi.SlackBuild | |
parent | cd97fd582bb568bcd9b85c7e5c0dc79a4886857a (diff) | |
download | slackbuilds-8506e81bde254e88e12443de456cbc9cfdf13e69.tar.gz |
system/openmpi: Updated for version 4.0.0.
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 3d6144c033..6fcf4645ec 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 Emmanuel N. Millan, Mendoza, Argentina. +# Copyright 2015-2019 Emmanuel N. Millan, Mendoza, Argentina. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openmpi -VERSION=${VERSION:-2.1.3} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |