Skip to content
Snippets Groups Projects
Commit 4a19255a 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

(cherry picked from commit 88a74de992b4d828b98a6e1906dcd61e2863f2f3)
parent 002fe2f7
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ $(OBJDIR_MASTER)/spll_lockoff.o $(OBJDIR_MASTER)/spll_lockon.o $(OBJDIR_MASTER)/
$(OBJDIR_MASTER)/fswap8buff.o $(OBJDIR_MASTER)/spll_remark2.o
libs4py.so : progmaster
$(CC) -shared $(LDFLAGS) -o $(OBJDIR_MASTER)/$@ $(OBJ_S4PY) $(LIBS)
$(F90) -shared $(LDFLAGS) -o $(OBJDIR_MASTER)/$@ $(OBJ_S4PY) $(LIBS)
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