From ccfcb844827a2013c8467353b10ef2242b97350d Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 21 Apr 2020 13:13:18 -0400 Subject: [PATCH] Update to ESMA_cmake v3.0.1 Just a small update that really doesn't affect much other than letting ecbuild mount in various ways in re the @-symbol --- Develop.cfg | 2 +- Externals.cfg | 2 +- components.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Develop.cfg b/Develop.cfg index a12fbeb5..e62967f8 100644 --- a/Develop.cfg +++ b/Develop.cfg @@ -9,7 +9,7 @@ protocol = git required = True repo_url = git@github.com:GEOS-ESM/ESMA_cmake.git local_path = ./@cmake -tag = v3.0.0 +tag = v3.0.1 externals = Externals.cfg protocol = git diff --git a/Externals.cfg b/Externals.cfg index e492a98c..c3445231 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -9,7 +9,7 @@ protocol = git required = True repo_url = git@github.com:GEOS-ESM/ESMA_cmake.git local_path = ./@cmake -tag = v3.0.0 +tag = v3.0.1 externals = Externals.cfg protocol = git diff --git a/components.yaml b/components.yaml index db9e1d12..8a9c96ca 100644 --- a/components.yaml +++ b/components.yaml @@ -7,7 +7,7 @@ env: cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v3.0.0 + tag: v3.0.1 develop: develop ecbuild: