Skip to content

Commit a044536

Browse files
authored
Merge pull request #134 from GEOS-ESM/develop
Merge develop into main for release
2 parents fbc4807 + 04f231d commit a044536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
gcc-build-env:
55
docker:
6-
- image: gmao/ubuntu20-geos-env-mkl:v6.2.4-openmpi_4.0.5-gcc_10.3.0
6+
- image: gmao/ubuntu20-geos-env-mkl:v6.2.7-openmpi_4.0.6-gcc_11.2.0
77
auth:
88
username: $DOCKERHUB_USER
99
password: $DOCKERHUB_AUTH_TOKEN

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif ()
2525

2626
esma_add_library (${this}
2727
SRCS ${srcs}
28-
SUBCOMPONENTS @fvdycore
28+
SUBCOMPONENTS fvdycore
2929
DEPENDENCIES ${dependencies}
3030
DEPENDENCIES ${GFDL}
3131
INCLUDES ${INC_ESMF})

0 commit comments

Comments
 (0)