X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6572a615d6e1be3852c22660c366fdb5e0eba8e..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/src/smpi/smpif90.in diff --git a/src/smpi/smpif90.in b/src/smpi/smpif90.in index 5bdc564f67..e8c7a9d9d2 100644 --- a/src/smpi/smpif90.in +++ b/src/smpi/smpif90.in @@ -1,20 +1,20 @@ #!/usr/bin/env sh -# Copyright (c) 2012-2021. The SimGrid Team. All rights reserved. +# Copyright (c) 2012-2023. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # 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 @@ -112,7 +112,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}"