oneapi-src / oneapi-src/unified-memory-framework
hwloc local installation is (probably) not handled well
Open
@lukaszstolarczuk is already working on this.
Since Aug 20, 2025.
bug
question
- Dominant language
- C
- Stars
- 98
- Forks
- 48
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 6
Description
Found on RHEL 9.1, where hwloc was installed via brew. To be verified if this is reproducible on other OSes. Perhaps brew did not install all required components...?
UMF was properly configured, but make couldn't finish.
CPLUS_INCLUDE_PATH=/home/linuxbrew/.linuxbrew/Cellar/hwloc/2.10.0/include \
LIBRARY_PATH=/home/linuxbrew/.linuxbrew/Cellar/hwloc/2.10.0/lib \
LD_LIBRARY_PATH=/home/linuxbrew/.linuxbrew/Cellar/hwloc/2.10.0/lib \
PKG_CONFIG_PATH=/home/linuxbrew/.linuxbrew/Cellar/hwloc/2.10.0/lib/pkgconfig cmake ..
...
-- Checking for module 'hwloc>=2.3.0'
-- Found hwloc, version 2.10.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.