Control: retitle -1 openmpi: please fix underlinking
Control: tags -1 + patch
Hi Alastair
It appears that upstream changed opal_common_libfabric ->
opal_common_ofi in openmpi 3.1. Please consider including the attached
patch and dropping link-libfabric.patch.
Regards
Graham
Desciption: Fix underlinking
Prevents symbol lookup error: ../openmpi3/mca_mtl_ofi.so:
undefined symbol: fi_dupinfo when linked with --as-needed
Bug-Debian: https://bugs.debian.org/899104
Author: Graham Inggs <[email protected]>
Last-Update: 2018-05-23
--- a/ompi/mca/mtl/ofi/Makefile.am
+++ b/ompi/mca/mtl/ofi/Makefile.am
@@ -47,7 +47,7 @@
$(ompi_mtl_ofi_LDFLAGS) \
-module -avoid-version
mca_mtl_ofi_la_LIBADD = $(top_builddir)/ompi/lib@[email protected] \
- $(ompi_mtl_ofi_LIBS) \
+ $(ompi_mtl_ofi_LIBS) $(opal_common_ofi_LIBS) \
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ofi/lib@OPAL_LIB_PREFIX@mca_common_ofi.la
noinst_LTLIBRARIES = $(component_noinst)