build: Expose 3rd-party package CPPFLAGS
In reworking the 3rd-party package support for Libevent and HWLOC, it appears that we missed exporting the opal_<package>_CPPFLAGS variable (despite documentation). Fix that shortcoming. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
Этот коммит содержится в:
родитель
6c46da3245
Коммит
e5d6952c9b
@ -162,7 +162,8 @@ AC_DEFUN([_OPAL_CONFIG_HWLOC_INTERNAL], [
|
||||
# note: because we only ship/commit a tarball (and not the source
|
||||
# directory), the source is always expanded in the builddir, so we
|
||||
# only need to add a -I to the builddir.
|
||||
CPPFLAGS="$CPPFLAGS -I$OMPI_TOP_BUILDDIR/$internal_hwloc_location/include -I$OMPI_TOP_SRCDIR/$internal_hwloc_location/include"
|
||||
opal_hwloc_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/$internal_hwloc_location/include -I$OMPI_TOP_SRCDIR/$internal_hwloc_location/include"
|
||||
CPPFLAGS="$CPPFLAGS $opal_hwloc_CPPFLAGS"
|
||||
# No need to update LDFLAGS, because they will install into
|
||||
# our tree and in the mean time are referenced by their .la
|
||||
# files.
|
||||
|
@ -192,7 +192,8 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_INTERNAL], [
|
||||
# note: because we only ship/commit a tarball (and not the source
|
||||
# directory), the source is always expanded in the builddir, so we
|
||||
# only need to add a -I to the builddir.
|
||||
CPPFLAGS="$CPPFLAGS -I$OMPI_TOP_BUILDDIR/$internal_libevent_location -I$OMPI_TOP_BUILDDIR/$internal_libevent_location/include"
|
||||
opal_libevent_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/$internal_libevent_location -I$OMPI_TOP_BUILDDIR/$internal_libevent_location/include"
|
||||
CPPFLAGS="$CPPFLAGS $opal_libevent_CPPFLAGS"
|
||||
# No need to update LDFLAGS, because they will install into
|
||||
# our tree and in the mean time are referenced by their .la
|
||||
# files.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user