Skip to content

Commit 9704f0f

Browse files
authored
Merge pull request #9877 from hoopoepg/topic/fixed-dso-build
UCX/DSO/BUILD: fixed build when DSO is enabled
2 parents ad1d405 + 2b29062 commit 9704f0f

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)