dani <d...@letai.org.il> writes: > I don't know about .deb packages, but at least in the rpms there is a > post install scriptlet that re-runs ldconfig to ensure the new libs > are in the ldconfig cache.
MPI packages following the Fedora guidelines don't do that (and rpmlint complains bitterly as a consequence). They rely on LD_LIBRARY_PATH via environment modules, for better or worse: $ mock --shell 'rpm -q openmpi; rpm -q --scripts openmpi' 2>/dev/null openmpi-1.8.1-1.el6.x86_64 $ [Using mock for a vanilla environment.]