File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
# Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
8
8
# Copyright (c) 2015-2021 Research Organization for Information Science
9
9
# and Technology (RIST). All rights reserved.
10
- # Copyright (c) 2015-2021 IBM Corporation. All rights reserved.
10
+ # Copyright (c) 2015-2022 IBM Corporation. All rights reserved.
11
11
# Copyright (c) 2020 Amazon.com, Inc. or its affiliates.
12
12
# All Rights reserved.
13
13
#
@@ -1326,7 +1326,10 @@ sub replace_config_sub_guess {
1326
1326
if ($no_prrte_arg ) {
1327
1327
push (@disabled_3rdparty_packages , " prrte" );
1328
1328
}
1329
-
1329
+ # Alias: 'openpmix' -> 'pmix'
1330
+ if (list_contains(" openpmix" , @disabled_3rdparty_packages )) {
1331
+ push (@disabled_3rdparty_packages , " pmix" );
1332
+ }
1330
1333
1331
1334
# Make sure we got a submodule-full clone. If not, abort and let a
1332
1335
# human figure it out.
You can’t perform that action at this time.
0 commit comments