From: Alastair McKinstry Date: Wed, 8 Sep 2021 13:07:52 +0000 (+0100) Subject: Don't ship lib X-Git-Tag: archive/raspbian/4.1.1-5+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=50cae26518b0e1427b0dcc2bbd02ccd7785f3fa4;p=openmpi.git Don't ship lib Bug-Origin: https://github.com/open-mpi/ompi/pull/8892/commits/952328c3827b9d9b0b54d0a0a068d494bfef1974 Last-Updated: 2021-09-02 Forwarded: not-needed The orted-mpir library was split to avoid global CFLAGS, which might optimize out MPIR functionality. The library has been made a `noinst` libtool convenience library to prevent its installation or appearance as a dependency of other libraries. Gbp-Pq: Name no-ship-orted-mpir.patch --- diff --git a/orte/orted/orted-mpir/Makefile.am b/orte/orted/orted-mpir/Makefile.am index 5c0dd335..8a03fcd3 100644 --- a/orte/orted/orted-mpir/Makefile.am +++ b/orte/orted/orted-mpir/Makefile.am @@ -15,7 +15,7 @@ CFLAGS = $(CFLAGS_WITHOUT_OPTFLAGS) $(DEBUGGER_CFLAGS) -lib_LTLIBRARIES = lib@ORTE_LIB_PREFIX@open-orted-mpir.la +noinst_LTLIBRARIES = lib@ORTE_LIB_PREFIX@open-orted-mpir.la lib@ORTE_LIB_PREFIX@open_orted_mpir_la_SOURCES = \ orted_mpir_breakpoint.c \ orted_mpir.h