Skip to content

Commit

Permalink
Merge pull request #41 from GEOS-ESM/feature/mathomp4/update-componen…
Browse files Browse the repository at this point in the history
…ts-fvdycore

Update to Baselibs 7.5.0
  • Loading branch information
mathomp4 authored Jul 14, 2022
2 parents 39a885b + 310cd85 commit 0ea73d8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

# Anchor to prevent forgetting to update a version
baselibs_version: &baselibs_version v6.3.1
baselibs_version: &baselibs_version v7.5.0

orbs:
ci: geos-esm/circleci-tools@1
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [1.7.0] - 2022-07-14

### Changed

- Updates to `components.yaml` to use Baselibs 7.5.0

- ESMA_env v3.15.0 → v4.2.0
- MAPL v2.21.3 → v2.23.0
- FVdycoreCubed_GridComp v1.8.0 → v1.9.0

## [1.6.0] - 2022-06-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
GEOSfvdycore
VERSION 1.6.0
VERSION 1.7.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
6 changes: 3 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEOSfvdycore:
env:
local: ./@env
remote: ../ESMA_env.git
tag: v3.14.0
tag: v4.2.0
develop: main

cmake:
Expand All @@ -29,7 +29,7 @@ GMAO_Shared:
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.21.3
tag: v2.23.0
develop: develop

FMS:
Expand All @@ -41,7 +41,7 @@ FMS:
FVdycoreCubed_GridComp:
local: ./src/Components/@FVdycoreCubed_GridComp
remote: ../FVdycoreCubed_GridComp.git
tag: v1.8.0
tag: v1.9.0
develop: develop

fvdycore:
Expand Down

0 comments on commit 0ea73d8

Please sign in to comment.