We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7541f commit 10ea991Copy full SHA for 10ea991
opal/mca/hwloc/hwloc1116/configure.m4
@@ -119,6 +119,9 @@ AC_DEFUN([MCA_opal_hwloc_hwloc1116_CONFIG],[
119
# this without "picky" flags.
120
opal_hwloc_hwloc1116_save_cflags=$CFLAGS
121
CFLAGS=$OPAL_CFLAGS_BEFORE_PICKY
122
+ AS_IF([test -n "$opal_datatype_cuda_CPPFLAGS"],
123
+ [CPPFLAGS="$CPPFLAGS $opal_datatype_cuda_CPPFLAGS"])
124
+
125
HWLOC_SETUP_CORE([opal/mca/hwloc/hwloc1116/hwloc],
126
[AC_MSG_CHECKING([whether hwloc configure succeeded])
127
AC_MSG_RESULT([yes])
0 commit comments