Fail configure if pmix won't build
If we are using the internal PMIx component and the embedded library fails to configure, then fail - don't silently fail to build and then fail in execution Signed-off-by: Ralph Castain <rhc@open-mpi.org> (cherry picked from commit f379ba9c8e5ce17641937c351ab46e4b4a82446c)
Этот коммит содержится в:
родитель
4aa11ec763
Коммит
3e2cc6f46a
@ -87,6 +87,9 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
|
||||
[AC_MSG_RESULT([no - disqualifying this component])
|
||||
opal_pmix_pmix3x_happy=0],
|
||||
[AC_MSG_RESULT([yes - using the internal v3.x library])
|
||||
AS_IF([test "$opal_pmix_pmix3x_happy" = "0"],
|
||||
[AC_MSG_WARN([INTERNAL PMIX FAILED TO CONFIGURE])
|
||||
AC_MSG_ERROR([CANNOT CONTINUE])])
|
||||
# Build flags for our Makefile.am
|
||||
opal_pmix_pmix3x_LDFLAGS=
|
||||
opal_pmix_pmix3x_LIBS="$OPAL_TOP_BUILDDIR/$opal_pmix_pmix3x_basedir/pmix/src/libpmix.la"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user