Skip to content

Commit f9de010

Browse files
awlauriabwbarrett
andcommitted
Fix internal PRRTE build.
PRRTE now has some dependencies on openpmix structs. Since the ompi build system doesn't make-install pmix before building prrte, this makes it work by pointing the prrte build to these include files - most notable is src/class/pmix_hotel.h. Signed-off-by: Austen Lauria <awlauria@us.ibm.com> Co-authored-by: Brian Barrett <bbarrett@amazon.com>
1 parent 953c23e commit f9de010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_config_pmix.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ dnl Expectation is that this is called only if external fails, the
251251
dnl caller configured libpmix configure, and the configure script
252252
dnl succeeded.
253253
AC_DEFUN([_OPAL_CONFIG_PMIX_INTERNAL_POST], [
254-
opal_pmix_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/3rd-party/openpmix/include -I$OMPI_TOP_SRCDIR/3rd-party/openpmix/include"
254+
opal_pmix_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/3rd-party/openpmix/include -I$OMPI_TOP_SRCDIR/3rd-party/openpmix/include -I$OMPI_TOP_BUILDDIR/3rd-party/openpmix/ -I$OMPI_TOP_SRCDIR/3rd-party/openpmix/"
255255
opal_pmix_LDFLAGS=""
256256
opal_pmix_LIBS="$OMPI_TOP_BUILDDIR/3rd-party/openpmix/src/libpmix.la"
257257
opal_pmix_WRAPPER_LIBS="-lpmix $opal_hwloc_WRAPPER_LIBS $opal_libevent_WRAPPER_LIBS"

0 commit comments

Comments
 (0)