1
1

Add libopen-pal to the libraries as all these tools directly reference OPAL functions, and the list of OS's that don't support indirect linking grows (Mac and Ubuntu, for now).

This commit was SVN r27716.
Этот коммит содержится в:
Ralph Castain 2012-12-23 15:54:05 +00:00
родитель b2efc9ffa9
Коммит 852a709c0e
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-clean.txt
endif # OMPI_INSTALL_BINARIES
orte_clean_SOURCES = orte-clean.c
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -64,7 +64,7 @@ orte_info_SOURCES = \
components.c \
version.c
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
clean-local:
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)

Просмотреть файл

@ -34,7 +34,7 @@ dist_pkgdata_DATA = help-orte-migrate.txt
endif # OMPI_INSTALL_BINARIES
orte_migrate_SOURCES = orte-migrate.c
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # WANT_FT_CR
endif # !ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-ps.txt
endif # OMPI_INSTALL_BINARIES
orte_ps_SOURCES = orte-ps.c
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -42,7 +42,7 @@ dist_pkgdata_DATA = help-orte-restart.txt
endif # OMPI_INSTALL_BINARIES
orte_restart_SOURCES = orte-restart.c
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # WANT_FT_CR
endif # ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-top.txt
endif # OMPI_INSTALL_BINARIES
orte_top_SOURCES = orte-top.c
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -45,7 +45,7 @@ orted_SOURCES = orted.c
# nice for systems that don't have all the shared
# libraries on the computes
orted_LDFLAGS =
orted_LDADD = $(top_builddir)/orte/libopen-rte.la
orted_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT

Просмотреть файл

@ -53,7 +53,7 @@ orterun_SOURCES = \
orterun.c \
orterun.h
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
endif # !ORTE_DISABLE_FULL_SUPPORT