X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..196b543c8e909828b40e851eaf4443ee28f76c70:/src/smpi/smpiff.in diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index 6bb53c02ae..a5e8ccf3ee 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -6,15 +6,15 @@ # under the terms of the license (GNU LGPL) which comes with this package. SIMGRID_VERSION="@SIMGRID_VERSION_STRING@" -SIMGRID_GITHASH="@SIMGRID_GITHASH@" +SIMGRID_GITHASH="@GIT_VERSION@" REAL_FORTRAN_COMPILER=@SMPI_Fortran_COMPILER@ -INCLUDEARGS="@includeflag@" -CMAKE_LINKARGS="-L@libdir@" - @SMPITOOLS_SH@ +list_set INCLUDEARGS @includeflag@ +list_set CMAKE_LINKARGS "-L@libdir@" + list_set FFLAGS @SMPI_Fortran_FLAGS@ list_set LINKARGS "-lsimgrid" @SMPI_Fortran_LIBS@ "-lm" if [ "x${SMPI_PRETEND_CC}" = "x" ]; then @@ -149,7 +149,7 @@ if [ $NEEDS_OUTPUT -ne 0 ]; then list_add CMDLINE "-o${ORIGFILE}.o" fi -list_add_not_empty CMDLINE ${INCLUDEARGS} +list_add_not_empty CMDLINE "${INCLUDEARGS}" list_add_not_empty CMDLINE "${CMAKE_LINKARGS}" list_add_not_empty CMDLINE "${LINKARGS}"