Skip to content

Commit 8f534bf

Browse files
committed
Update versions/date tags of JEDI components, set versions in jedi-neptune-env
1 parent 744ca1b commit 8f534bf

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

repos/spack_stack/spack_repo/spack_stack/packages/ioda/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class Ioda(CMakePackage):
1717
maintainers("climbfuji")
1818

1919
version("develop", branch="develop", no_cache=True)
20-
version("2.9.0.20260120", commit="6e76616001067384f7d0ca4341ad78e81527af8b")
20+
version("2.9.0.20250826", commit="6e76616001067384f7d0ca4341ad78e81527af8b")
2121

22-
patch("ioda_cmake_import.patch", when="@2.9.0.20260120")
22+
patch("ioda_cmake_import.patch", when="@2.9.0.20250826")
2323

2424
variant("doc", default=False, description="Build IODA documentation")
2525
# Let's always assume IODA_BUILD_LANGUAGE_FORTRAN=on.

repos/spack_stack/spack_repo/spack_stack/packages/ioda_converters/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class IodaConverters(CMakePackage):
1717
maintainers("climbfuji")
1818

1919
version("develop", branch="develop", no_cache=True)
20-
version("0.0.1.20260120", commit="a91f432d9d50940910605e689cd1cf93a1ce3798")
20+
version("0.0.1.20250830", commit="a91f432d9d50940910605e689cd1cf93a1ce3798")
2121

2222
generator("make")
2323

repos/spack_stack/spack_repo/spack_stack/packages/jedi_neptune_env/package.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ class JediNeptuneEnv(BundlePackage):
3131
depends_on("adp-preprocessors", type="run")
3232

3333
with when("+jedi"):
34-
depends_on("oops", type="run")
34+
depends_on("oops@1.10.0.20250827", type="run")
3535
depends_on("[email protected]", type="run")
36-
depends_on("ioda", type="run")
37-
depends_on("ioda-converters", type="run")
38-
depends_on("ropp-ufo", type="run")
39-
depends_on("ufo +crtm-v2 +ropp", type="run")
40-
41-
# There is no need for install() since there is no code.
36+
depends_on("[email protected]", type="run")
37+
depends_on("[email protected]", type="run")
38+
depends_on("[email protected]", type="run")
39+
depends_on("[email protected] +crtm-v2 +ropp", type="run")

repos/spack_stack/spack_repo/spack_stack/packages/oops/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Oops(CMakePackage):
1919
version("develop", branch="develop", no_cache=True)
2020
# This commit plus the patch below accounts for commit
2121
# 2340e9b664f82de9fa01c136c3a31d87e4a0bec9 in NRL GitHub
22-
version("1.10.0.20260120", commit="91889ad09d3789f14a1184701dd80a4913d3ce3e")
22+
version("1.10.0.20250827", commit="91889ad09d3789f14a1184701dd80a4913d3ce3e")
2323

24-
patch("include_algorithm.patch", when="@1.10.0.20260120")
24+
patch("include_algorithm.patch", when="@1.10.0.20250827")
2525

2626
variant("l95", default=True, description="Build LORENZ95 toy model")
2727
variant("mkl", default=False, description="Use MKL for LAPACK implementation (if available)")

repos/spack_stack/spack_repo/spack_stack/packages/ropp_ufo/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RoppUfo(CMakePackage):
1919

2020
version("develop", branch="develop", no_cache=True)
2121
# this is the ropp-submodule branch ... update once merged
22-
version("11.0.20260120", commit="02e21ef0696e67675184797427af265c06973ecf", submodules=True)
22+
version("11.0.20251022", commit="02e21ef0696e67675184797427af265c06973ecf", submodules=True)
2323

2424
# Project doesn't list "c" as a dependency in CMakeLists.txt, but cmake step fails w/o it
2525
depends_on("c", type=("build"))

repos/spack_stack/spack_repo/spack_stack/packages/ufo/package.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ class Ufo(CMakePackage):
1717
maintainers("climbfuji")
1818

1919
version("develop", branch="develop", no_cache=True)
20-
version("1.10.0.20260120", commit="1ca49e253caa6d6a507f41ffa6875e0db7cc0751")
20+
version("1.10.0.20250821", commit="1ca49e253caa6d6a507f41ffa6875e0db7cc0751")
2121

2222
patch(
2323
"https://github.com/jcsda/ufo/commit/ce4cbf8d9dbfd11ac5f2d4add61aa1c1bbc075fc.patch?full_index=1",
2424
sha256="b12aa105e8058409e5897fcc1d18054f4aef7fdb444bbb0341c1af6e0025197b",
25-
when="@1.10.0.20260120",
25+
when="@1.10.0.20250821",
2626
)
2727

2828
variant("crtm-v2", default=True, description="Build CRTM v2 operator")
@@ -52,7 +52,7 @@ class Ufo(CMakePackage):
5252
depends_on("cxx", type=("build"))
5353
depends_on("fortran", type=("build"))
5454

55-
# DH* TODO FIX THIS
55+
# DH* TODO FIX THIS (ALSO IN IODA ETC - CHECK ALL)
5656
# -- Download test data from https://bin.ssec.wisc.edu/pub/s4/CRTM/file/crtm_coefficients_2.4.1_skylab_4.0.tar.gz
5757

5858
depends_on("boost")

0 commit comments

Comments
 (0)