Skip to content

Commit

Permalink
Have Corona use a newer version of Python. (LLNL#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen authored Jun 27, 2022
1 parent d267de0 commit 13d48be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/customize_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ set_center_specific_spack_dependencies()
"zen" | "zen2") # Corona
# On LC the mvapich2 being used is built against HWLOC v1
CENTER_COMPILER="%[email protected]"
CENTER_DEPENDENCIES="^[email protected] ^[email protected]"
CENTER_DEPENDENCIES="^[email protected] ^[email protected] ^[email protected]"
;;
*)
echo "No center-specified CENTER_DEPENDENCIES for ${spack_arch_target} at ${center}."
Expand Down

0 comments on commit 13d48be

Please sign in to comment.