Skip to content

Commit

Permalink
orted-mpir: do not install convenience library
Browse files Browse the repository at this point in the history
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 appearnce as
a dependency of other libraries.

Signed-off-by: Andrew J. Hesford <ajh@sideband.org>
  • Loading branch information
ahesford committed Apr 30, 2021
1 parent 0af430f commit 80c6122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orte/orted/orted-mpir/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

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
lib@ORTE_LIB_PREFIX@open_orted_mpir_la_LDFLAGS = -version-info $(libopen_rte_so_version)
lib@ORTE_LIB_PREFIX@open_orted_mpir_la_LDFLAGS = -avoid-version

0 comments on commit 80c6122

Please sign in to comment.