Source: boost1.74
Version: 1.74.0-10
Severity: serious
Tags: patch

Hi Maintainer

After #992223 was fixed, I noticed that the mpi-python autopkgtest still fails.
I found that mpi.cpython-39-x86_64-linux-gnu.so was not installed in
the libboost-mpi-python1.74.0 package.

I was able to fix this with the following change in debian/rules:

- cp stage-3*/lib/mpi.*.so
debian/libboost-mpi-python$(SOVERSION)/usr/lib/python3/dist-packages/boost/
|| true
+ cp stage-3*/lib/*/mpi.*.so
debian/libboost-mpi-python$(SOVERSION)/usr/lib/python3/dist-packages/boost/
|| true

Also, demo2.py could be enabled again in debian/tests/mpi-python:

-#mpirun --oversubscribe --allow-run-as-root -np 2 python3 ./demo2.py
-echo "run: demo2 BROKEN FIXME"
+mpirun --oversubscribe --allow-run-as-root -np 2 python3 ./demo2.py
+echo "run: demo2 OK"

Regards
Graham

Reply via email to