Skip to content

Commit cfc4046

Browse files
author
Sergey Oblomov
committed
UCX/DSO/BUILD: fixed build when DSO is enabled
- fixed build issue when DSO and UCX are enabled Signed-off-by: Sergey Oblomov <sergeyo@nvidia.com> (cherry picked from commit 2b29062)
1 parent dbe0d55 commit cfc4046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oshmem/mca/atomic/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
3535
mca_atomic_ucx_la_SOURCES = $(ucx_sources)
3636
mca_atomic_ucx_la_LIBADD = $(top_builddir)/oshmem/liboshmem.la \
3737
$(atomic_ucx_LIBS) \
38-
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ucx/@OPAL_LIB_NAME@mca_common_ucx.la
38+
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ucx/lib@OPAL_LIB_NAME@mca_common_ucx.la
3939
mca_atomic_ucx_la_LDFLAGS = -module -avoid-version $(atomic_ucx_LDFLAGS)
4040

4141
noinst_LTLIBRARIES = $(component_noinst)

oshmem/mca/spml/ucx/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
3535
mca_spml_ucx_la_SOURCES = $(ucx_sources)
3636
mca_spml_ucx_la_LIBADD = $(top_builddir)/oshmem/liboshmem.la \
3737
$(spml_ucx_LIBS) \
38-
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ucx/@OPAL_LIB_NAME@mca_common_ucx.la
38+
$(OPAL_TOP_BUILDDIR)/opal/mca/common/ucx/lib@OPAL_LIB_NAME@mca_common_ucx.la
3939
mca_spml_ucx_la_LDFLAGS = -module -avoid-version $(spml_ucx_LDFLAGS)
4040

4141
noinst_LTLIBRARIES = $(component_noinst)

0 commit comments

Comments
 (0)