Skip to content

Commit

Permalink
Updates to externals/components
Browse files Browse the repository at this point in the history
Most of these are updates to better support checkouts and builds on
non-NASA systems.

Updates in GMAO_Shared are more extensive, see [release
notes](https://github.com/GEOS-ESM/GMAO_Shared/releases/tag/v1.1.2)
  • Loading branch information
mathomp4 committed Mar 27, 2020
1 parent 1d417e7 commit 8854992
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Develop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/ESMA_cmake.git
local_path = ./@cmake
tag = v2.1.2
tag = v2.2.1
externals = Externals.cfg
protocol = git

Expand All @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse
required = True
repo_url = [email protected]:GEOS-ESM/GMAO_Shared.git
local_path = ./src/Shared/@GMAO_Shared
tag = v1.1.1
tag = v1.1.2
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand All @@ -40,7 +40,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/MAPL.git
local_path = ./src/Shared/@MAPL
tag = v2.0.2
tag = v2.0.3
protocol = git

[FMS]
Expand Down Expand Up @@ -69,7 +69,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/UMD_Etc.git
local_path = ./src/Applications/@UMD_Etc
tag = v1.0.2
tag = v1.0.3
protocol = git

[CPLFCST_Etc]
Expand Down
8 changes: 4 additions & 4 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/ESMA_cmake.git
local_path = ./@cmake
tag = v2.1.2
tag = v2.2.1
externals = Externals.cfg
protocol = git

Expand All @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse
required = True
repo_url = [email protected]:GEOS-ESM/GMAO_Shared.git
local_path = ./src/Shared/@GMAO_Shared
tag = v1.1.1
tag = v1.1.2
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand All @@ -40,7 +40,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/MAPL.git
local_path = ./src/Shared/@MAPL
tag = v2.0.2
tag = v2.0.3
protocol = git

[FMS]
Expand Down Expand Up @@ -69,7 +69,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/UMD_Etc.git
local_path = ./src/Applications/@UMD_Etc
tag = v1.0.2
tag = v1.0.3
protocol = git

[CPLFCST_Etc]
Expand Down
10 changes: 5 additions & 5 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ env:
cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v2.1.2
tag: v2.2.1
develop: develop

ecbuild:
local: ./@cmake/@ecbuild
remote: ../ecbuild.git
tag: geos/v1.0.0
tag: geos/v1.0.1

NCEP_Shared:
local: ./src/Shared/@NCEP_Shared
Expand All @@ -25,7 +25,7 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.1.1
tag: v1.1.2
sparse: ./config/GMAO_Shared.sparse
develop: master

Expand All @@ -37,7 +37,7 @@ GSW-Fortran:
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.0.2
tag: v2.0.3
develop: develop

FMS:
Expand Down Expand Up @@ -85,7 +85,7 @@ GEOSgcm_App:
UMD_Etc:
local: ./src/Applications/@UMD_Etc
remote: ../UMD_Etc.git
tag: v1.0.2
tag: v1.0.3
develop: master

CPLFCST_Etc:
Expand Down

0 comments on commit 8854992

Please sign in to comment.