Skip to content

Commit 13ce7b6

Browse files
committed
Fix MPICH installing failure
1 parent 9560a07 commit 13ce7b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolchain/scripts/lib/config_manager.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ config_set_defaults() {
374374

375375
# Default enable options (following original script logic)
376376
CONFIG_CACHE["dry_run"]="__FALSE__"
377-
CONFIG_CACHE["enable_tsan"]="__FALSE__"
377+
CONFIG_CACHE["ENABLE_TSAN"]="__FALSE__"
378378
CONFIG_CACHE["enable_opencl"]="__FALSE__"
379379
CONFIG_CACHE["enable_cuda"]="__FALSE__"
380380
CONFIG_CACHE["enable_hip"]="__FALSE__"
@@ -1242,4 +1242,4 @@ config_apply_modes() {
12421242
;;
12431243
esac
12441244
fi
1245-
}
1245+
}

0 commit comments

Comments
 (0)