Source: openmpi
Version: 3.1.0-5
Severity: serious
Tags: sid
Hi,
Openmpi version 3.1.0 (3.1.0-5) configures mpicc/mpicxx with an
rpath/new-dtags:
$ mpicc --showme LINKER
gcc LINKER [...]
-Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu/openmpi/lib
-Wl,--enable-new-dtags -L/usr/lib/x86_64-linux-gnu/openmpi/lib
[...]
With that every package that either uses the mpicc/mpicxx compiler
wrapper, or CMake (that queries the compiler wrapper) for compilation
now inadvertently sets an rpath (and gets rejected due to the
corresponding lintian check being fatal).
Best,
Matthias