Skip to content

Commit

Permalink
reverting components.yaml back to develop version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Nov 5, 2024
1 parent 42c26e3 commit cda2451
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
GEOSldas:
fixture: true
develop: develop

env:
local: ./@env
remote: ../ESMA_env.git
tag: v4.29.1
develop: main

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

ecbuild:
local: ./@cmake/@ecbuild
Expand All @@ -21,34 +24,39 @@ NCEP_Shared:
remote: ../NCEP_Shared.git
tag: v1.3.0
sparse: ./config/NCEP_Shared.sparse
develop: main

GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.9.9
sparse: ./config/GMAO_Shared.sparse
develop: main

GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
remote: ../GEOS_Util.git
tag: v2.1.3
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.50.1
develop: develop

GEOSldas_GridComp:
local: ./src/Components/@GEOSldas_GridComp
remote: ../GEOSldas_GridComp.git
tag: v1.1.0
branch: develop
develop: develop

GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v2.6.3
branch: develop
sparse: ./config/GEOSgcm_GridComp_ldas.sparse

develop: develop

0 comments on commit cda2451

Please sign in to comment.