Skip to content

Commit

Permalink
Fix(?) compilation of gocean/eg5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Oct 14, 2024
1 parent 1f7f0e2 commit d5162ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gocean/eg5/extract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $(NAME): $(INF_LIB) $(EXTRACT_DIR)/$(LIB_NAME) $(KERNELS) alg.o psy.o
#TODO #1757: $(INF_LIB) is required because of the meta-data in the
# kernel - once this is fixed, $(INF_LIB) can be removed.
$(DRIVER_INIT).$(TYPE): $(KERNELS) $(DRIVER_INIT).o
$(F90) $(KERNELS) $(DRIVER_INIT).o -o $(DRIVER_INIT).$(TYPE) \
$(F90) $(F90FLAGS) $(KERNELS) $(DRIVER_INIT).o -o $(DRIVER_INIT).$(TYPE) \
$(INF_LIB) $(EXTRACT_DIR)/$(LIB_NAME) $(LDFLAGS)

#TODO #1757: $(INF_LIB) is required because of the meta-data in the
Expand Down

0 comments on commit d5162ff

Please sign in to comment.