[IGNORE ME]fix(docs): add hwloc and pkg-config installation prerequisites by OS#3143
[IGNORE ME]fix(docs): add hwloc and pkg-config installation prerequisites by OS#3143Standing-Man wants to merge 6 commits intoapache:masterfrom
hwloc and pkg-config installation prerequisites by OS#3143Conversation
Signed-off-by: StandingMan <jmtangcs@gmail.com>
hwloc and pkg-config installation prerequisites by OShwloc and pkg-config installation prerequisites by OS
hwloc and pkg-config installation prerequisites by OShwloc and pkg-config installation prerequisites by OS
|
Hi, Please hold off on merging this PR for now. I think |
hwloc and pkg-config installation prerequisites by OShwloc and pkg-config installation prerequisites by OS
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need a review, please ensure CI is green and the PR is rebased on the latest master. Don't hesitate to ping the maintainers - either @core on Discord or by mentioning them directly here on the PR. Thank you for your contribution! |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need a review, please ensure CI is green and the PR is rebased on the latest master. Don't hesitate to ping the maintainers - either @core on Discord or by mentioning them directly here on the PR. Thank you for your contribution! |
Which issue does this PR close?
Closes #
Rationale
Local builds are prone to failure due to undocumented prerequisites:
hwlocalitydepends on systemhwloc, and detection relies onpkg-config/pkgconf, which are not currently documented inCONTRIBUTING.md.What changed?
Updated
CONTRIBUTING.mdby adding a new System Dependencies section under Run It Locally that:hwlocality(hwlocbindings).non-musltargets need systemhwloc devpackages before build.Ubuntu/Debian:libhwloc-dev pkg-configFedora/RHEL/CentOS:hwloc-devel pkgconf-pkg-configArch:hwloc pkgconfmacOS (Homebrew):hwloc pkg-configmusltargets use vendoredhwlocalitysupport in this repo.Local Execution
Passed
Ran
AI Usage