Skip to content

Commit edc21b7

Browse files
author
Matthew West
committed
move GSL_LIBS and GMP_LIBS to the end of the flags for Arepo make file
1 parent 1e0c6b9 commit edc21b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amuse/community/arepo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ worker_code.h: interface.py
3636
$(CODE_GENERATOR) --type=H interface.py ArepoInterface -o $@
3737

3838
arepo_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
39-
$(MPICXX) $(CXXFLAGS) $(GSL_FLAGS) $(GMP_LIBS) $(GSL_LIBS) $< $(OBJS) $(CODELIB) -o $@
39+
$(MPICXX) $(CXXFLAGS) $(GSL_FLAGS) $< $(OBJS) $(CODELIB) -o $@ $(GMP_LIBS) $(GSL_LIBS)
4040

4141
.cc.o: $<
4242
$(MPICXX) $(CXXFLAGS) $(CODELIB) -c -o $@ $<

0 commit comments

Comments
 (0)