Skip to content

Commit c81d539

Browse files
committed
#1669 Disable failing compilation for lfric/eg14.
1 parent a6fc17d commit c81d539

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/lfric/eg14/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ testkern_w0_kernel_0_mod.f90: main_psy.f90
7979

8080
# TODO #1724 - compilation currently fails because module name in use
8181
# statement needs correcting following ACCRoutineTrans of Kernel.
82-
compile: $(EXEC)
82+
compile: transform
83+
@echo "No compilation supported for lfric/eg14 due to #1724"
84+
8385

8486
run: compile
8587
./$(EXEC)

0 commit comments

Comments
 (0)