Hold off running hwloc:external feature tests until after we decide if we're using the internal or external component. This fixes #6430.
Signed-off-by: Ben Menadue <ben.menadue@nci.org.au> (cherry picked from commit 17dcc7041ac272c65eb727f45c5628459cbb6055)
Этот коммит содержится в:
родитель
056d7ad0a3
Коммит
8bf3a86cb0
5
opal/mca/hwloc/external/configure.m4
поставляемый
5
opal/mca/hwloc/external/configure.m4
поставляемый
@ -133,8 +133,6 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
|
|||||||
[CPPFLAGS="$CPPFLAGS $opal_hwloc_external_CPPFLAGS"
|
[CPPFLAGS="$CPPFLAGS $opal_hwloc_external_CPPFLAGS"
|
||||||
LDFLAGS="$LDFLAGS $opal_hwloc_external_LDFLAGS"
|
LDFLAGS="$LDFLAGS $opal_hwloc_external_LDFLAGS"
|
||||||
LIBS="$LIBS $opal_hwloc_external_LIBS"
|
LIBS="$LIBS $opal_hwloc_external_LIBS"
|
||||||
AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [#include <hwloc.h>])
|
|
||||||
AC_CHECK_FUNCS([hwloc_topology_dup])
|
|
||||||
|
|
||||||
AC_MSG_CHECKING([if external hwloc version is 1.5 or greater])
|
AC_MSG_CHECKING([if external hwloc version is 1.5 or greater])
|
||||||
AC_COMPILE_IFELSE(
|
AC_COMPILE_IFELSE(
|
||||||
@ -172,6 +170,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
|
|||||||
[external],
|
[external],
|
||||||
[Version of hwloc])
|
[Version of hwloc])
|
||||||
|
|
||||||
|
AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [#include <hwloc.h>])
|
||||||
|
AC_CHECK_FUNCS([hwloc_topology_dup])
|
||||||
|
|
||||||
# See if the external hwloc supports XML
|
# See if the external hwloc supports XML
|
||||||
AC_MSG_CHECKING([if external hwloc supports XML])
|
AC_MSG_CHECKING([if external hwloc supports XML])
|
||||||
AS_IF([test "$opal_hwloc_dir" != ""],
|
AS_IF([test "$opal_hwloc_dir" != ""],
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user