docs.rs failed to build pmix-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
pmix-sys
pmix-sys exposes the PMIx API through bindgen. It either uses an existing installation (set DEP_PMIX_ROOT) or builds the bundled openpmix-src Autotools tree together with optional bundled hwloc/libevent.
Features
vendoredtriggers theopenpmix-srcbuild plusvendored-hwloc/vendored-libeventso the entire stack is self-contained.vendored-hwloc/vendored-libeventvendor just hwloc or libevent (via the bundledhwlocality-sys/libevent-sysfeatures), while still vendoring PMIx itself. SetHWLOC_DIR/LIBEVENT_DIRto a system install prefix for whichever one you leave unvendored (e.g.HWLOC_DIR=$(brew --prefix hwloc) cargo build --features vendored-libevent). This is the escape hatch for macOS, where hwlocality's vendored autotools build fails.- Leave
vendoredoff to link against a system PMIx install;DEP_PMIX_ROOTmust point to that tree so the build script can forwardincludeandlibpaths.