From 3d838c970ea1f699387ad60fb2ff8fdf677fbdba Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 20 Jun 2024 14:17:33 -0600 Subject: [PATCH] another shot --- .github/workflows/extbuild.yml | 2 ++ test/unit/shr_cal_test/CMakeLists.txt | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index 1cc2fe5..6eff0ee 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -114,6 +114,8 @@ jobs: - name: run unit testing run: | + # this line is to satisfy the config_files.xml path structure + ln -fs ../ share pushd cime export CIME_MODEL=cesm mkdir ftest diff --git a/test/unit/shr_cal_test/CMakeLists.txt b/test/unit/shr_cal_test/CMakeLists.txt index 4cd5c57..f6f26cf 100644 --- a/test/unit/shr_cal_test/CMakeLists.txt +++ b/test/unit/shr_cal_test/CMakeLists.txt @@ -18,12 +18,6 @@ set(sources_needed extract_sources("${sources_needed}" "${share_sources}" test_sources) -# shr_cal_mod depends on the esmf wrf time manager. So we need to add -# those sources to the list, too. (We can't build those into a separate -# library because they depend on shr_sys_mod - i.e., there are circular -# dependencies.) -list(APPEND test_sources ${esmf_wrf_timemgr_sources}) - # This is needed to make ESMF_Stubs.F90 avoid pulling in mpi add_definitions(-DHIDE_MPI)