Skip to content

Commit

Permalink
Merge pull request #126 from GEOS-ESM/feature/mathomp4/spack-cmake-20…
Browse files Browse the repository at this point in the history
…22Mar21

Updates for Spack Support, Round 2
  • Loading branch information
amdasilva authored Mar 24, 2022
2 parents 9737da6 + 3721821 commit 7a9dae6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This matches the styles currently used in MAPL (2 space indents in CMake and yaml, 4 spaces for Python)

### Changed

- Updated the CircleCI to use circleci-tools 0.13.0 orb
- Moves CI to use Baselibs 6.2.13 needed by MAPL development
- Update `components.yaml` to be in line with GEOSgcm v10.22.0
- Update `components.yaml` to be in line with GEOSgcm v10.22.1
- Updates to support Spack
- Changed the handling of state variable names in multiple instances of component (see Issue #93)
- Major refactoring of Mie table class. (see Issue #96)
Expand Down
9 changes: 4 additions & 5 deletions ESMF/GOCART_GridComp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ set (srcs

set (resource_files
GOCARTdata_AerRegistry.rc
)
)

install( FILES ${resource_files}
install( FILES ${resource_files}
DESTINATION etc
)

set (dependencies Chem_Base Chem_Shared MAPL GMAO_mpeu)
set (dependencies Chem_Base Chem_Shared MAPL GMAO_mpeu esmf)
esma_add_library (${this}
SRCS ${srcs}
SUBCOMPONENTS ${alldirs}
DEPENDENCIES ${dependencies}
INCLUDES ${INC_ESMF})
DEPENDENCIES ${dependencies})

10 changes: 5 additions & 5 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ GOCART:
env:
local: ./env@
remote: ../ESMA_env.git
tag: v3.11.0
tag: v3.13.0
develop: main

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

ecbuild:
Expand All @@ -22,17 +22,17 @@ ecbuild:
HEMCO:
local: ./ESMF/HEMCO_GridComp@
remote: ../HEMCO.git
branch: geos/v2.2.2
branch: geos/v2.2.3

GMAO_Shared:
local: ./ESMF/Shared/GMAO_Shared@
remote: ../GMAO_Shared.git
tag: v1.5.1
tag: v1.5.3
sparse: ./config/GMAO_Shared.sparse
develop: main

MAPL:
local: ./ESMF/Shared/MAPL@
remote: ../MAPL.git
tag: v2.18.0
tag: v2.19.0
develop: develop

0 comments on commit 7a9dae6

Please sign in to comment.