Package: boost1.83 Version: 1.83.0-3.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch
Dear Maintainer, Boost1.83 autopkgtests relating to OpenMPI failed in Launchpad on armhf as reported in https://bugs.launchpad.net/ubuntu/+source/boost1.83/+bug/2076225. According to analysis in LP #2076968 the failure occurs because libboost-mpi is built against the default MPI implementation, which used to be openmpi everywhere but has recently switched to mpich on 32-bit architectures. The appended patch resolves the issue on armhf but should probably be extended to other 32-bit archtitectures. Best regards Heinrich
diff -Nru boost1.83-1.83.0/debian/tests/control boost1.83-1.83.0/debian/tests/control --- boost1.83-1.83.0/debian/tests/control 2024-07-30 06:23:16.000000000 +0200 +++ boost1.83-1.83.0/debian/tests/control 2024-08-12 09:57:42.000000000 +0200 @@ -32,6 +32,7 @@ Tests: graph-parallel Depends: libboost-graph-parallel1.83-dev, libboost-mpi1.83-dev, libboost-system1.83-dev, mpi-default-dev, build-essential, libgraph-easy-perl, cmake +Architecture: [!armhf] Restrictions: allow-stderr Tests: iostreams @@ -49,10 +50,12 @@ Tests: mpi Depends: libboost-mpi1.83-dev, mpi-default-dev, build-essential, cmake +Architecture: [!armhf] Restrictions: allow-stderr Tests: mpi-python Depends: libboost-mpi-python1.83-dev, mpi-default-dev, python3-minimal +Architecture: [!armhf] Restrictions: allow-stderr Tests: program-options