Skip to content

Commit

Permalink
Merge branch 'jcsda_emc_spack_stack' into zstd_pic
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Oct 18, 2023
2 parents 51397c2 + c3be906 commit 4a39c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/fms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class Fms(CMakePackage):

maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett", "rem1776", "climbfuji")

version(
"2023.02.01", sha256="1597f7a485d02e401ce76444b2401060d74bd032cbb060cef917f001b4ff14bc"
)
version("2023.02", sha256="dc029ffadfd82c334f104268bedd8635c77976485f202f0966ae4cf06d2374be")
version("2023.01", sha256="6079ea885e9365513b453c77aadfc7c305bf413b840656bb333db1eabba0f18e")
version("2022.04", sha256="f741479128afc2b93ca8291a4c5bcdb024a8cbeda1a26bf77a236c0f629e1b03")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UfsWeatherModelEnv(BundlePackage):
depends_on("base-env", type="run")
depends_on("ufs-pyenv", type="run", when="+python")

depends_on("[email protected]", type="run")
depends_on("[email protected]:", type="run")
depends_on("bacio", type="run")
depends_on("[email protected]", type="run")
depends_on("g2", type="run")
Expand Down

0 comments on commit 4a39c40

Please sign in to comment.