mirror of https://gitee.com/openkylin/openmpi.git
mpifort
=================================================================== Gbp-Pq: Name mpifort.patch
This commit is contained in:
parent
d788d7278d
commit
34e9de749c
|
@ -12,6 +12,7 @@ language=Fortran
|
||||||
compiler_env=FC
|
compiler_env=FC
|
||||||
compiler_flags_env=FCFLAGS
|
compiler_flags_env=FCFLAGS
|
||||||
compiler=@FC@
|
compiler=@FC@
|
||||||
|
compiler_version=@COMPILER_VERSION@
|
||||||
preprocessor_flags=
|
preprocessor_flags=
|
||||||
compiler_flags=@OMPI_WRAPPER_EXTRA_FCFLAGS@
|
compiler_flags=@OMPI_WRAPPER_EXTRA_FCFLAGS@
|
||||||
linker_flags=@OMPI_WRAPPER_EXTRA_FC_LDFLAGS@
|
linker_flags=@OMPI_WRAPPER_EXTRA_FC_LDFLAGS@
|
||||||
|
@ -24,5 +25,5 @@ libs_static=@OMPI_FORTRAN_USEMPIF08_LIB@ @OMPI_FORTRAN_USEMPI_LIB@ -l@OMPI_LIBMP
|
||||||
dyn_lib_file=lib@OMPI_LIBMPI_NAME@.@OPAL_DYN_LIB_SUFFIX@
|
dyn_lib_file=lib@OMPI_LIBMPI_NAME@.@OPAL_DYN_LIB_SUFFIX@
|
||||||
static_lib_file=lib@OMPI_LIBMPI_NAME@.a
|
static_lib_file=lib@OMPI_LIBMPI_NAME@.a
|
||||||
required_file=@OMPI_WRAPPER_FORTRAN_REQUIRED_FILE@
|
required_file=@OMPI_WRAPPER_FORTRAN_REQUIRED_FILE@
|
||||||
includedir=${includedir}
|
includedir=${libdir}/../../fortran/@COMPILER_VERSION@/openmpi
|
||||||
libdir=${libdir}
|
libdir=${libdir}/fortran/@FC@
|
||||||
|
|
Loading…
Reference in New Issue