diff options
author | Emmanuel N. Millan <emmanueln@gmail.com> | 2020-09-26 05:20:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:54 +0700 |
commit | c3191977c3fe9cefd2d23b9fa291da0a8695f234 (patch) | |
tree | dde1feecb305b59e94424d8117a6be51e2c0bec8 /system/openmpi/openmpi.SlackBuild | |
parent | 7dc58003da48161c9fbd64f187503dc4b6c81608 (diff) |
system/openmpi: Updated for version 4.0.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 c2cb8aa693876..a020943e598d0 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-2019 Emmanuel N. Millan, Mendoza, Argentina. +# Copyright 2015-2020 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:-4.0.2} +VERSION=${VERSION:-4.0.5} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |