Don't ship lib
authorAlastair McKinstry <mckinstry@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000 (14:07 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000 (14:07 +0100)
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

orte/orted/orted-mpir/Makefile.am

index 5c0dd335644ab2a5b709d6861835aa74396c7562..8a03fcd3876f4ad8e4eb5894513de0cdbe7e36fc 100644 (file)
@@ -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