File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opal/mca/accelerator/cuda Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ mcacomponentdir = $(opallibdir)
34
34
mcacomponent_LTLIBRARIES = $(component_install )
35
35
36
36
mca_accelerator_cuda_la_SOURCES = $(sources )
37
- mca_accelerator_cuda_la_LDFLAGS = -module -avoid-version
37
+ mca_accelerator_cuda_la_LDFLAGS = -module -avoid-version $( accelerator_cuda_LDFLAGS )
38
38
mca_accelerator_cuda_la_LIBADD = $(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la \
39
39
$(accelerator_cuda_LIBS )
40
40
41
41
noinst_LTLIBRARIES = $(component_noinst )
42
42
libmca_accelerator_cuda_la_SOURCES =$(sources )
43
- libmca_accelerator_cuda_la_LDFLAGS = -module -avoid-version
43
+ libmca_accelerator_cuda_la_LDFLAGS = -module -avoid-version $( accelerator_cuda_LDFLAGS )
44
44
libmca_accelerator_cuda_la_LIBADD = $(accelerator_cuda_LIBS )
You can’t perform that action at this time.
0 commit comments