Skip to content

Commit 80c6122

Browse files
committed
orted-mpir: do not install convenience library
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 <[email protected]>
1 parent 0af430f commit 80c6122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orte/orted/orted-mpir/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
CFLAGS = $(CFLAGS_WITHOUT_OPTFLAGS) $(DEBUGGER_CFLAGS)
1717

18-
lib_LTLIBRARIES = lib@[email protected]
18+
noinst_LTLIBRARIES = lib@[email protected]
1919
lib@ORTE_LIB_PREFIX@open_orted_mpir_la_SOURCES = \
2020
orted_mpir_breakpoint.c \
2121
orted_mpir.h
22-
lib@ORTE_LIB_PREFIX@open_orted_mpir_la_LDFLAGS = -version-info $(libopen_rte_so_version)
22+
lib@ORTE_LIB_PREFIX@open_orted_mpir_la_LDFLAGS = -avoid-version

0 commit comments

Comments
 (0)