From: Alastair McKinstry Date: Thu, 27 May 2021 08:16:24 +0000 (+0100) Subject: Include missing plugin mca_op_avx.so X-Git-Tag: archive/raspbian/4.1.0-10+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9df54ecb38993f6c129e5cb4380952278d067a23;p=openmpi.git Include missing plugin mca_op_avx.so Bug-Origin: https://github.com/open-mpi/ompi/issues/8323 Last-Updated: 2021-01-02 Forwarded: not-needed Gbp-Pq: Name missing-symbol.patch --- diff --git a/ompi/mca/op/avx/Makefile.am b/ompi/mca/op/avx/Makefile.am index 41dcf2e1..b52a98ce 100644 --- a/ompi/mca/op/avx/Makefile.am +++ b/ompi/mca/op/avx/Makefile.am @@ -85,7 +85,7 @@ endif mcacomponentdir = $(ompilibdir) mcacomponent_LTLIBRARIES = $(component_install) mca_op_avx_la_SOURCES = $(sources) -mca_op_avx_la_LIBADD = $(specialized_op_libs) +mca_op_avx_la_LIBADD = $(specialized_op_libs) $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la mca_op_avx_la_LDFLAGS = -module -avoid-version