oneapi-src / oneapi-src/unified-memory-framework

hwloc local installation is (probably) not handled well

Open
#560 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.