From: Fabrice Fontaine Date: Tue, 31 Aug 2021 16:53:04 +0000 (+0200) Subject: package/openmpi: fix fortran build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc7eaf3bee861a0e211f7382487e36466c6f6550;p=buildroot.git package/openmpi: fix fortran build Fix the following build failure with fortran raised since bump to version 4.0.0 in commit 366e7f1ecb4343ef8b18aef2a11c49055cc89abe and https://github.com/open-mpi/ompi/commit/99730f798b7aef4c87d282aa24b98916fea45bb6: checking size of Fortran type(test_mpi_handle)... (cached) 4 checking alignment of Fortran type(test_mpi_handle)... configure: error: Can not determine alignment of type(test_mpi_handle) when cross-compiling Fixes: - http://autobuild.buildroot.org/results/86ffde2f67ffc0bfaeebe72fe742a5c241bc580b Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/openmpi/openmpi-mips32-fortran.cache b/package/openmpi/openmpi-mips32-fortran.cache index 473f73a22e..36f9f02bb8 100644 --- a/package/openmpi/openmpi-mips32-fortran.cache +++ b/package/openmpi/openmpi-mips32-fortran.cache @@ -49,3 +49,4 @@ ompi_cv_fortran_kind_value_C_DOUBLE=8 ompi_cv_fortran_kind_value_C_DOUBLE_COMPLEX=8 ompi_cv_fortran_true_value=1 ompi_cv_fortran_sizeof_type_test_mpi_handle_=4 +ompi_cv_fortran_alignment_type_test_mpi_handle_=4 diff --git a/package/openmpi/openmpi-mips64-fortran.cache b/package/openmpi/openmpi-mips64-fortran.cache index 7f0209971a..dea2ce9cda 100644 --- a/package/openmpi/openmpi-mips64-fortran.cache +++ b/package/openmpi/openmpi-mips64-fortran.cache @@ -58,3 +58,4 @@ ompi_cv_fortran_kind_value_0=0 ompi_cv_real16_c_equiv=yes ompi_cv_fortran_true_value=1 ompi_cv_fortran_sizeof_type_test_mpi_handle_=4 +ompi_cv_fortran_alignment_type_test_mpi_handle_=4