File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
3636mca_osc_ucx_la_SOURCES = $(ucx_sources )
3737mca_osc_ucx_la_LIBADD =
$(top_builddir ) /ompi/lib@
[email protected] $(osc_ucx_LIBS ) \ 3838 $(OPAL_TOP_BUILDDIR ) /opal/mca/common/ucx/lib@OPAL_LIB_PREFIX@mca_common_ucx.la
39- mca_osc_ucx_la_LDFLAGS = -module -avoid-version $(osc_ucx_LDFLAGS )
39+ mca_osc_ucx_la_LDFLAGS = -module -avoid-version $(osc_ucx_LDFLAGS ) --no-rpath
4040
4141noinst_LTLIBRARIES = $(component_noinst )
4242libmca_osc_ucx_la_SOURCES = $(ucx_sources )
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ mca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS)
4444noinst_LTLIBRARIES = $(component_noinst )
4545libmca_pml_ucx_la_SOURCES = $(local_sources )
4646libmca_pml_ucx_la_LIBADD = $(pml_ucx_LIBS )
47- libmca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS )
47+ libmca_pml_ucx_la_LDFLAGS = -module -avoid-version $(pml_ucx_LDFLAGS ) --no-rpath
4848
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CPPFLAGS = \
5656 $(common_ucx_CPPFLAGS )
5757lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LDFLAGS = \
5858 -version-info $(libmca_opal_common_ucx_so_version ) \
59- $(common_ucx_LDFLAGS )
59+ $(common_ucx_LDFLAGS ) --no-rpath
6060lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LIBADD = \
6161 $(common_ucx_LIBS ) \
6262 $(OMPI_TOP_BUILDDIR ) /opal/lib@
[email protected] \ @@ -68,7 +68,7 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CFLAGS = \
6868lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CPPFLAGS = \
6969 $(common_ucx_CPPFLAGS )
7070lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LDFLAGS = \
71- $(common_ucx_LDFLAGS )
71+ $(common_ucx_LDFLAGS ) --no-rpath
7272lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LIBADD = \
7373 $(common_ucx_LIBS )
7474
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ mca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS)
4040
4141noinst_LTLIBRARIES = $(component_noinst )
4242libmca_atomic_ucx_la_SOURCES =$(ucx_sources )
43- libmca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS )
43+ libmca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS ) --no-rpath
4444
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ mca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS)
4141noinst_LTLIBRARIES = $(component_noinst )
4242libmca_spml_ucx_la_SOURCES = $(ucx_sources )
4343libmca_spml_ucx_la_LIBADD = $(spml_ucx_LIBS )
44- libmca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS )
44+ libmca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS ) --no-rpath
4545
You can’t perform that action at this time.
0 commit comments