Skip to content

Commit 0b8f747

Browse files
committed
Set the default for enable-mca-dso
Some components should always be built as dso's to allow for situations where the libs aren't present on the backend. Default to supporting that situation, allowing a user to override it if they want everything static. Signed-off-by: Ralph Castain <[email protected]>
1 parent 074b437 commit 0b8f747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/pmix_mca.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ AC_DEFUN([PMIX_MCA],[
6262
type-component pairs that will be built as
6363
run-time loadable components (as opposed to
6464
statically linked in), if supported on this
65-
platform.]))
65+
platform.]),
66+
[], [enable_mca_dso=pcompress-zlib,ploc-hwloc,pnet-opa,pnet-sshot,prm])
6667
AC_ARG_ENABLE(mca-static,
6768
AS_HELP_STRING([--enable-mca-static=LIST],
6869
[Comma-separated list of types and/or

0 commit comments

Comments
 (0)