forked from openkylin/openmpi
Enable non-gfortran compilation
Last-Updated: 2020-01-13 Forwarded: no Gbp-Pq: Name pkg-config.patch
This commit is contained in:
parent
dd2dce49aa
commit
d788d7278d
|
@ -11,6 +11,10 @@ exec_prefix=@exec_prefix@
|
|||
includedir=@includedir@
|
||||
libdir=@libdir@
|
||||
pkgincludedir=@opalincludedir@
|
||||
# override $fortran with --define-variable when building on non-gfortran compile
|
||||
fortran=gfortran
|
||||
fortrandir=${libdir}/../../fortran/${fortran}
|
||||
|
||||
#
|
||||
# Note that -lopen-pal and all the EXTRA_LIBS are only necessary when
|
||||
# static linking (they're pulled in by libopen-rte.so's implicit
|
||||
|
|
Loading…
Reference in New Issue