From 63d57b8ca2b428318de7e91fd3c19155b4acc4b9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 3 Nov 2016 06:11:51 -0700 Subject: [PATCH] README: add --enable-mca-no-build explanation Also update the configure.ac help message for --enable-mca-no-build to avoid using a framework name that does not exist any more. Signed-off-by: Jeff Squyres (cherry picked from commit c54dc87f719da65b2446dee16e0578f259541f43) --- README | 5 +++++ config/opal_mca.m4 | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index b841438b5b9..24e6002032d 100644 --- a/README +++ b/README @@ -819,6 +819,11 @@ INSTALLATION OPTIONS command line that are not in FILE are also used. Options on the command line and in FILE are replaced by what is in FILE. +--enable-mca-no-build=LIST + Comma-separated list of - pairs that will not be + built. For example, "--enable-mca-no-build=btl-portals,oob-ud" will + disable building the portals BTL and the ud OOB component. + NETWORKING SUPPORT / OPTIONS --with-fca= diff --git a/config/opal_mca.m4 b/config/opal_mca.m4 index 1a66c12f4aa..a1f94bce404 100644 --- a/config/opal_mca.m4 +++ b/config/opal_mca.m4 @@ -56,7 +56,10 @@ AC_DEFUN([OPAL_MCA],[ AC_ARG_ENABLE([mca-no-build], [AC_HELP_STRING([--enable-mca-no-build=LIST], [Comma-separated list of - pairs - that will not be built. Example: "--enable-mca-no-build=maffinity,btl-portals" will disable building all maffinity components and the "portals" btl components.])]) + that will not be built. Example: + "--enable-mca-no-build=btl-portals,oob-ud" will + disable building the "portals" btl and the "ud" + oob components.])]) AC_ARG_ENABLE(mca-dso, AC_HELP_STRING([--enable-mca-dso=LIST], [Comma-separated list of types and/or