diff options
author | 2021-03-19 00:59:26 +0000 | |
---|---|---|
committer | 2021-03-20 11:00:44 +0700 | |
commit | 438a5717ad5f927caceeec99e87cdd3355f88352 (patch) | |
tree | 52c697598d755878ede1be988baf4f9cc31a8cab /system/openmpi/openmpi.SlackBuild | |
parent | 7ff619ef5f642be6ed0e4466fe941f2382f7a87e (diff) | |
download | slackbuilds-438a5717ad5f927caceeec99e87cdd3355f88352.tar.gz slackbuilds-438a5717ad5f927caceeec99e87cdd3355f88352.tar.xz |
system/openmpi: Updated for version 4.1.0.
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 a020943e59..e485215f05 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-2020 Emmanuel N. Millan, Mendoza, Argentina. +# Copyright 2015-2021 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.5} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |