Skip to content

Commit 3254f06

Browse files
committed
Disable building Fortran tool that breaks the GitHub CI
1 parent 7628a1e commit 3254f06

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/multio/tools/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,12 @@ ecbuild_add_executable( TARGET multio-feed
4848
NO_AS_NEEDED
4949
LIBS multio-api )
5050

51-
# # TODO ADD SOME FCKIT condition
51+
# # TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
5252
# ecbuild_add_executable( TARGET multio-replay-nemo-fapi
5353
# CONDITION HAVE_FORTRAN
5454
# SOURCES multio-replay-nemo-fapi.f90
5555
# LIBS multio-fapi fckit MPI::MPI_Fortran )
5656

57-
# TODO ADD SOME FCKIT condition
58-
ecbuild_add_executable( TARGET multio-replay-nemo-fapi
59-
CONDITION HAVE_FORTRAN
60-
SOURCES multio-replay-nemo-fapi.f90
61-
LIBS multio-fapi fckit MPI::MPI_Fortran )
62-
6357
# TODO: add atlas condition/dependency
6458
ecbuild_add_executable( TARGET multio-generate-grib-template
6559
SOURCES multio-generate-grib-template.cc MultioTool.cc

0 commit comments

Comments
 (0)