Skip to content

Commit

Permalink
update GDAS/orion.lua to use spack-stack-1.5.1, bufr/12.0.1, and atla…
Browse files Browse the repository at this point in the history
…s/0.35.0
  • Loading branch information
RussTreadon-NOAA committed Nov 9, 2023
1 parent 9189e6f commit f5320c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modulefiles/GDAS/orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local pkgName = myModuleName()
local pkgVersion = myModuleVersion()
local pkgNameVer = myModuleFullName()

prepend_path("MODULEPATH", '/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core')
prepend_path("MODULEPATH", '/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core')
prepend_path("MODULEPATH", '/work2/noaa/da/python/opt/modulefiles/stack')

-- below two lines get us access to the spack-stack modules
Expand All @@ -27,7 +27,7 @@ load("nco/5.0.6")
load("parallelio/2.5.10")
load("wget/1.14")
load("boost/1.78")
load("bufr/12.0.0")
load("bufr/12.0.1")
load("git-lfs/2.12.0")
load("ecbuild/3.7.2")
load("openjpeg/2.3.1")
Expand All @@ -39,7 +39,7 @@ load("fftw/3.3.10")
load("fckit/0.11.0")
load("fiat/1.2.0")
load("ectrans/1.2.0")
load("atlas/0.34.0")
load("atlas/0.35.0")
load("sp/2.3.3")
load("gsl-lite/0.37.0")
load("libjpeg/2.1.0")
Expand Down

0 comments on commit f5320c8

Please sign in to comment.