From f0584503971e8b1e1c5a3874baf482cb815e4616 Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Tue, 14 Jan 2025 16:25:25 -0600 Subject: [PATCH] added cmake to Hercules gwsetup modulefile --- modulefiles/module_gwsetup.hercules.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modulefiles/module_gwsetup.hercules.lua b/modulefiles/module_gwsetup.hercules.lua index 9d845fb71d..e7735e4aa1 100644 --- a/modulefiles/module_gwsetup.hercules.lua +++ b/modulefiles/module_gwsetup.hercules.lua @@ -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))