From a6d0d324c325d7c9d0e10f54dc305e2040d0008a Mon Sep 17 00:00:00 2001 From: Yussur Mustafa Oraji Date: Mon, 25 Aug 2025 13:48:24 +0200 Subject: [PATCH] use-mpi-f08: Always call generation script for sizeof_f08 mpi-f08.F90 always includes sizeof_f08.h, so compilation fails if the dependency isnt there. Script will print empty file if the flag isnt set, so should not be a big deal Signed-off-by: Yussur Mustafa Oraji --- ompi/mpi/fortran/use-mpi-f08/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-f08/Makefile.am b/ompi/mpi/fortran/use-mpi-f08/Makefile.am index 5211dcd267e..5bf96d04da1 100644 --- a/ompi/mpi/fortran/use-mpi-f08/Makefile.am +++ b/ompi/mpi/fortran/use-mpi-f08/Makefile.am @@ -365,13 +365,11 @@ lib@OMPI_LIBMPI_NAME@_usempif08_la_SOURCES = \ $(mpi_api_files) \ mpi-f08.F90 -if BUILD_FORTRAN_SIZEOF SIZEOF_H = sizeof_f08.h nodist_lib@OMPI_LIBMPI_NAME@_usempif08_la_SOURCES = \ sizeof_f08.h \ sizeof_f08.f90 \ psizeof_f08.f90 -endif lib@OMPI_LIBMPI_NAME@_usempif08_la_FCFLAGS = \ $(AM_FCFLAGS) \