From fa6e38eda4a421938789afc4477556d4cc4fef35 Mon Sep 17 00:00:00 2001 From: Carsten Lemmen <carsten.lemmen@hereon.de> Date: Thu, 20 Mar 2025 22:17:51 +0100 Subject: [PATCH] Avoid netcdf --- .github/workflows/cmake-multi-platform.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yaml b/.github/workflows/cmake-multi-platform.yaml index adb7bda..5546939 100644 --- a/.github/workflows/cmake-multi-platform.yaml +++ b/.github/workflows/cmake-multi-platform.yaml @@ -30,10 +30,10 @@ jobs: os: [ubuntu-latest, macos-latest] build_type: [Release] c_compiler: [gcc, clang] - f_compiler: [gfortran, flang] - exclude: - - c_compiler: gcc - f_compiler: flang + f_compiler: [gfortran] + # exclude: + # - c_compiler: gcc + # f_compiler: flang steps: - name: Checkout GOTM repository @@ -61,6 +61,7 @@ jobs: -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_Fortran_COMPILER=${{ matrix.f_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} + -DGOTM_USE_NetCDF=OFF -DGOTM_USE_FABM=ON -DFABM_EXTRA_INSTITUTES=OXYPOM -DFABM_OXYPOM_BASE=${{ github.workspace }}/src - name: Build -- GitLab