We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7bf0d commit ca03269Copy full SHA for ca03269
ompi/mpi/fortran/use-mpi-f08/profile/Makefile.am
@@ -28,6 +28,13 @@
28
29
include $(top_srcdir)/Makefile.ompi-rules
30
31
+# Note that Automake's Fortran-buidling rules uses CPPFLAGS and
32
+# AM_CPPFLAGS. This can cause weirdness (e.g.,
33
+# https://github.com/open-mpi/ompi/issues/7253). Let's just zero
34
+# those out and rely on AM_FCFLAGS.
35
+CPPFLAGS =
36
+AM_CPPFLAGS =
37
+
38
# This Makefile is only relevant if we're building the "use mpi_f08"
39
# MPI bindings.
40
if OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS
0 commit comments