Control: reopen -1
On Fri, Sep 05, 2025 at 09:55:04AM +0000, Debian Bug Tracking System wrote:
>...
> openmpi (5.0.8-7) unstable; urgency=medium
> .
> * Rebuild with gfortran-15, update FMODDIR in d/rules. Closes: #1097520
>...
Unfortunately this is not sufficient:
debian/patches/pkg-config.patch:+Cflags:
-I${libdir}/../../fortran/gfortran-mod-15/openmpi @OMPI_PC_FC_CFLAGS@
debian/patches/pkg-config.patch:+Cflags:
-I${libdir}/../../fortran/gfortran-mod-15/openmpi @OMPI_PC_CFLAGS@
debian/patches/mpifort.patch:+compiler_flags=-I${libdir}/../../fortran/gfortran-mod-15/openmpi
-I${includedir}
debian/patches/mpifort.patch:+fmoddir=${libdir}/../../fortran/gfortran-mod-15
Not in OpenMPI, bug /usr/share/debhelper/dh-fortran/fortran-support.mk
also needs updating.
cu
Adrian