Skip to content

Commit

Permalink
(krome) try to fix link failure with moddump on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Feb 19, 2025
1 parent 12e7cea commit 8032cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/MakeKrome
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ OBJECTS += $(KROME_OBJS)

krome_setup:
@echo "chemical network (extracted from krome.setup): $(NETFILE)"
@echo "shell is $(SHELL)"
ifeq ("$(wildcard ${KROMEPATH}/networks/$(NETFILE))","")
cp ../data/Krome/${NETFILE} ${KROMEPATH}/networks
endif
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ phantom_moddump: checksystem checkparams libphantom libsetup $(OBJMOD)
@echo ""
@echo "phantom_moddump: we are here to help you"
@echo ""
$(FC) $(FFLAGS) -o $(BINDIR)/$(MODDUMPBIN) $(OBJMOD) $(LDFLAGS) $(LIBS) $(LIBPHANTOM) $(LIBSETUP)
$(FC) $(FFLAGS) -o $(BINDIR)/$(MODDUMPBIN) $(OBJMOD) $(LIBPHANTOM) $(LIBSETUP) $(LIBS) $(LDFLAGS)

moddump: phantom_moddump

Expand Down

0 comments on commit 8032cc2

Please sign in to comment.