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 99290ae commit 62ac47eCopy full SHA for 62ac47e
config/opal_config_pmix.m4
@@ -152,7 +152,7 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
152
AS_IF([test "$opal_pmix_mode" = "internal"],
153
[pkg_config_file="${OMPI_TOP_BUILDDIR}/3rd-party/openpmix/maint/pmix.pc"
154
PKG_CONFIG_PATH="${OMPI_TOP_BUILDDIR}/3rd-party/openpmix/maint:${PKG_CONFIG_PATH}"],
155
- [test -n "$with_hwloc"],
+ [test -n "$with_pmix"],
156
[pkg_config_file="${with_pmix}/lib/pkgconfig/pmix.pc"
157
PKG_CONFIG_PATH="${with_pmix}/lib/pkgconfig:${PKG_CONFIG_PATH}"],
158
[pkg_config_file="pmix"])
0 commit comments