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 a497bc9 commit 87c0cfbCopy full SHA for 87c0cfb
ompi/mpi/fortran/mpif-h/profile/Makefile.am
@@ -435,12 +435,12 @@ CLEANFILES += psizeof_f.f90
435
# Build the MPI_SIZEOF code in a separate convenience library (see
436
# lengthy comment in ompi/mpi/fortran/mpif-h/Makefile.am for an
437
# explanation why).
438
-#if BUILD_FORTRAN_SIZEOF
+if BUILD_FORTRAN_SIZEOF
439
noinst_LTLIBRARIES += libmpi_mpifh_psizeof.la
440
# Do not dist this file; it is generated
441
nodist_libmpi_mpifh_psizeof_la_SOURCES = psizeof_f.f90
442
libmpi_mpifh_pmpi_la_LIBADD += libmpi_mpifh_psizeof.la
443
-#endif
+endif
444
445
sizeof_pl=$(top_srcdir)/ompi/mpi/fortran/base/gen-mpi-sizeof.pl
446
0 commit comments