File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ ecbuild_add_executable( TARGET multio-feed
48
48
NO_AS_NEEDED
49
49
LIBS multio-api )
50
50
51
- # # TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
52
- # ecbuild_add_executable( TARGET multio-replay-nemo-fapi
53
- # CONDITION HAVE_FORTRAN
54
- # SOURCES multio-replay-nemo-fapi.f90
55
- # LIBS multio-fapi fckit MPI::MPI_Fortran )
51
+ # TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
52
+ ecbuild_add_executable ( TARGET multio-replay-nemo-fapi
53
+ CONDITION HAVE_FORTRAN
54
+ SOURCES multio-replay-nemo-fapi.f90
55
+ LIBS multio-fapi fckit MPI::MPI_Fortran )
56
56
57
57
# TODO: add atlas condition/dependency
58
58
ecbuild_add_executable ( TARGET multio-generate-grib-template
Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ ecbuild_add_test( TARGET test_multio_replay_nemo_fapi
246
246
ARGS $< TARGET_FILE:multio-replay-nemo-fapi>
247
247
$< TARGET_FILE:multio-probe> ${MPIEXEC_EXECUTABLE} ${MPI_ARGS}
248
248
ENVIRONMENT "${_test_environment} "
249
- ENABLED OFF
250
249
)
251
250
252
251
ecbuild_add_test ( TARGET test_multio_replay_nemo_capi_masked
You can’t perform that action at this time.
0 commit comments