Skip to content

Commit

Permalink
remove stack-python load for Gaea build (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO committed Jul 9, 2024
1 parent b644ccc commit ecbb985
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modulefiles/gaea.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ load(pathJoin("stack-intel", stack_intel_ver))
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25"
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))

stack_python_ver=os.getenv("stack_python_ver") or "3.10.13"
load(pathJoin("stack-python", stack_python_ver))

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
load(pathJoin("cmake", cmake_ver))

Expand Down

0 comments on commit ecbb985

Please sign in to comment.