fbeebdb9a0
Automake's Fortran compilation rules inexplicably use CPPFLAGS and
AM_CPPFLAGS. Unfortunately, this can cause problems in some cases
(e.g., picking up already-installed mpi.mod in a system-default
include search path).
So in relevant module-using Fortran compilation Makefile.am's, zero
out CPPFLAGS and AM_CPPFLAGS.
This has a side-effect of requiring that we compile the one .c file in
the F08 library in a new, separate subdirectory (with its own
Makefile.am that does _not_ have CPPFLAGS/AM_CPPFLAGS zeroed out).
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
(cherry picked from commit
|
||
---|---|---|
.. | ||
base | ||
mpiext-use-mpi | ||
mpiext-use-mpi-f08 | ||
mpif-h | ||
use-mpi-f08 | ||
use-mpi-ignore-tkr | ||
use-mpi-tkr | ||
c_to_integer_kind_mapping.pdf | ||
common_sym_whitelist.txt | ||
configure-fortran-output-bottom.h | ||
configure-fortran-output.h.in |