Skip to content

Commit

Permalink
added cmake to Hercules gwsetup modulefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 14, 2025
1 parent b1a9fd2 commit f058450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modulefiles/module_gwsetup.hercules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack

local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0"
local python_ver=os.getenv("python_ver") or "3.11.6"
local cmake_ver=os.getenv("cmake_ver") or "3.23.1"

load(pathJoin("stack-intel", stack_intel_ver))
load(pathJoin("python", python_ver))
Expand Down

0 comments on commit f058450

Please sign in to comment.