On Mon, Aug 19, 2024, 13:29 Graham Inggs <gin...@debian.org> wrote: > Hi James > > On Mon, 19 Aug 2024 at 12:06, James Addison <j...@jp-hosting.net> wrote: > > [ ... snip ... ] > > > > From the build logs: the failure seems to be due to the missing > > mpi_fortran_... symbols on 32-bit ARM; but those appear to be openmpi > > symbols -- if the default MPI provider is (or should now be) mpich, > > then should those symbols be removed from the debian/libelpa19.symbols > > file? > > > > ...and, conversely: why are 64-bit builds successfully linking openmpi > > and resolving those symbols, if mpich is meant to be the default? > > > > [ ... snip ... ] > > The default MPI was only changed to mpich on 32-bit architectures, on > 64-bit architectures, it remains openmpi. > > See #1064810: > "OpenMPI 5.0 drops 32-bit support, so we need to move those archs to > MPICH." >
Ok, thank you. Could we resolve this by adding libelpa.symbols.arch file(s), minus the openmpi symbols, for the failing architectures? >