Skip to content

Commit

Permalink
Ensure Hera gnu build points to epic stack for all
Browse files Browse the repository at this point in the history
libs/utils.

Fixes ufs-community#789.
  • Loading branch information
GeorgeGayno-NOAA committed Mar 30, 2023
1 parent 6a8ba11 commit 9daeea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/build.hera.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help([[
Load environment to compile UFS_UTILS on Hera using Gnu
]])

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

hpss_ver=os.getenv("hpss_ver") or ""
Expand Down Expand Up @@ -55,7 +55,7 @@ load(pathJoin("sfcio", sfcio_ver))
sigio_ver=os.getenv("sigio_ver") or "2.3.2"
load(pathJoin("sigio", sigio_ver))

nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
nccmp_ver=os.getenv("nccmp_ver") or "1.8.9.0"
load(pathJoin("nccmp", nccmp_ver))

zlib_ver=os.getenv("zlib_ver") or "1.2.11"
Expand Down

0 comments on commit 9daeea2

Please sign in to comment.