-
Notifications
You must be signed in to change notification settings - Fork 10
/
components.yaml
62 lines (53 loc) · 1.23 KB
/
components.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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
remote: ../ecbuild.git
tag: geos/v1.4.0
NCEP_Shared:
local: ./src/Shared/@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
branch: develop
develop: develop
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
branch: develop
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
develop: develop