diff --git a/.github/actions/deploy-ford-docs/action.yml b/.github/actions/deploy-ford-docs/action.yml index 94dee1da508a..b4fd656f4920 100644 --- a/.github/actions/deploy-ford-docs/action.yml +++ b/.github/actions/deploy-ford-docs/action.yml @@ -49,14 +49,14 @@ runs: repository: Goddard-Fortran-Ecosystem/gFTL path: gFTL fetch-depth: 1 - ref: v1.13.0 + ref: v1.14.0 - name: Build gFTL run: | cd gFTL mkdir -p build cd build - cmake .. -DCMAKE_Fortran_COMPILER=gfortran-10 -DCMAKE_INSTALL_PREFIX=../install + cmake .. -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_INSTALL_PREFIX=../install make -j$(nproc) install shell: bash diff --git a/docs/Ford/docs-with-remote-esmf.md b/docs/Ford/docs-with-remote-esmf.md index 342fa3ad03e8..9877165969dd 100644 --- a/docs/Ford/docs-with-remote-esmf.md +++ b/docs/Ford/docs-with-remote-esmf.md @@ -7,8 +7,8 @@ coloured_edges: true graph_maxdepth: 4 graph_maxnodes: 32 include: ../../include/ - ../../gFTL/install/GFTL-1.13/include/v1 - ../../gFTL/install/GFTL-1.13/include/v2 + ../../gFTL/install/GFTL-1.14/include/v1 + ../../gFTL/install/GFTL-1.14/include/v2 exclude: **/EsmfRegridder.F90 **/FieldBLAS_IntrinsicFunctions.F90 **/GeomManager.F90 diff --git a/docs/Ford/docs-with-remote-esmf.public_private_protected.md b/docs/Ford/docs-with-remote-esmf.public_private_protected.md index a37dc2d76c96..200002323b7b 100644 --- a/docs/Ford/docs-with-remote-esmf.public_private_protected.md +++ b/docs/Ford/docs-with-remote-esmf.public_private_protected.md @@ -8,8 +8,8 @@ coloured_edges: true graph_maxdepth: 4 graph_maxnodes: 32 include: ../../include/ - ../../gFTL/install/GFTL-1.13/include/v1 - ../../gFTL/install/GFTL-1.13/include/v2 + ../../gFTL/install/GFTL-1.14/include/v1 + ../../gFTL/install/GFTL-1.14/include/v2 exclude: **/EsmfRegridder.F90 **/FieldBLAS_IntrinsicFunctions.F90 **/GeomManager.F90 diff --git a/docs/Ford/ford-ci.md b/docs/Ford/ford-ci.md index f1b15f154fb5..c696a48098ca 100644 --- a/docs/Ford/ford-ci.md +++ b/docs/Ford/ford-ci.md @@ -8,8 +8,8 @@ coloured_edges: true graph_maxdepth: 4 graph_maxnodes: 32 include: ../../include/ - ../../gFTL/install/GFTL-1.13/include/v1 - ../../gFTL/install/GFTL-1.13/include/v2 + ../../gFTL/install/GFTL-1.14/include/v1 + ../../gFTL/install/GFTL-1.14/include/v2 exclude: **/EsmfRegridder.F90 **/FieldBLAS_IntrinsicFunctions.F90 **/GeomManager.F90