We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0c6b9 commit edc21b7Copy full SHA for edc21b7
1 file changed
src/amuse/community/arepo/Makefile
@@ -36,7 +36,7 @@ worker_code.h: interface.py
36
$(CODE_GENERATOR) --type=H interface.py ArepoInterface -o $@
37
38
arepo_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
39
- $(MPICXX) $(CXXFLAGS) $(GSL_FLAGS) $(GMP_LIBS) $(GSL_LIBS) $< $(OBJS) $(CODELIB) -o $@
+ $(MPICXX) $(CXXFLAGS) $(GSL_FLAGS) $< $(OBJS) $(CODELIB) -o $@ $(GMP_LIBS) $(GSL_LIBS)
40
41
.cc.o: $<
42
$(MPICXX) $(CXXFLAGS) $(CODELIB) -c -o $@ $<
0 commit comments