Skip to content
Snippets Groups Projects
Commit ad7e96c7 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 27/06/2019: use Fortran compiler instead of C one for libs4py linking

This allows successful compilation with (at least) ifort and gfortran
parent 991a75ff
No related branches found
No related tags found
No related merge requests found
...@@ -408,7 +408,7 @@ $(OBJDIR_MASTER)/spll_lockoff.o $(OBJDIR_MASTER)/spll_lockon.o $(OBJDIR_MASTER)/ ...@@ -408,7 +408,7 @@ $(OBJDIR_MASTER)/spll_lockoff.o $(OBJDIR_MASTER)/spll_lockon.o $(OBJDIR_MASTER)/
$(OBJDIR_MASTER)/fswap8buff.o $(OBJDIR_MASTER)/spll_remark2.o $(OBJDIR_MASTER)/fswap8buff.o $(OBJDIR_MASTER)/spll_remark2.o
libs4py.so : progmaster libs4py.so : progmaster
$(CC) -shared $(LDFLAGS) -o $(OBJDIR_MASTER)/$@ $(OBJ_S4PY) $(LIBS) $(F90) -shared $(LDFLAGS) -o $(OBJDIR_MASTER)/$@ $(OBJ_S4PY) $(LIBS)
endif endif
########################################################## ##########################################################
# # # #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment