Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update components.yaml to match GEOSgcm main as of 2024-Oct-21 #781

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ GEOSldas:
env:
local: ./@env
remote: ../ESMA_env.git
tag: v4.29.0
tag: v4.29.1
develop: main

cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v3.48.0
tag: v3.52.0
develop: develop

ecbuild:
local: ./@cmake/@ecbuild
remote: ../ecbuild.git
tag: geos/v1.3.0
tag: geos/v1.4.0

NCEP_Shared:
local: ./src/Shared/@NCEP_Shared
Expand All @@ -29,7 +29,7 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.9.8
tag: v1.9.9
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand All @@ -40,10 +40,12 @@ GEOS_Util:
sparse: ./config/GEOS_Util.sparse
develop: main

# When updating the MAPL version, also update the MAPL version in the
# CMakeLists.txt file for non-Baselibs builds
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.47.1
tag: v2.50.1
develop: develop

GEOSldas_GridComp:
Expand Down