We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc4807 + 04f231d commit a044536Copy full SHA for a044536
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
gcc-build-env:
5
docker:
6
- - image: gmao/ubuntu20-geos-env-mkl:v6.2.4-openmpi_4.0.5-gcc_10.3.0
+ - image: gmao/ubuntu20-geos-env-mkl:v6.2.7-openmpi_4.0.6-gcc_11.2.0
7
auth:
8
username: $DOCKERHUB_USER
9
password: $DOCKERHUB_AUTH_TOKEN
CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
25
26
esma_add_library (${this}
27
SRCS ${srcs}
28
- SUBCOMPONENTS @fvdycore
+ SUBCOMPONENTS fvdycore
29
DEPENDENCIES ${dependencies}
30
DEPENDENCIES ${GFDL}
31
INCLUDES ${INC_ESMF})
0 commit comments