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.
2 parents e77e31b + 3e179ba commit 77057adCopy full SHA for 77057ad
opal/mca/hwloc/external/configure.m4
@@ -45,13 +45,9 @@ AC_DEFUN([MCA_opal_hwloc_external_POST_CONFIG],[
45
46
# Add some stuff to CPPFLAGS so that the rest of the source
47
# tree can be built
48
- file=$opal_hwloc_external_basedir/hwloc
49
CPPFLAGS="$CPPFLAGS $opal_hwloc_external_CPPFLAGS"
50
LDFLAGS="$LDFLAGS $opal_hwloc_external_LDFLAGS"
51
LIBS="$LIBS $opal_hwloc_external_LIBS"
52
- AS_IF([test "$OPAL_TOP_BUILDDIR" != "$OPAL_TOP_SRCDIR"],
53
- [CPPFLAGS="$CPPFLAGS -I$OPAL_TOP_BUILDDIR/$file/include"])
54
- unset file
55
56
# We have to do some extra indirection to get the
57
# OPAL_HWLOC_WANT_VERBS_HELPER to work. First, the
0 commit comments