Unverified Commit 822142ff authored by Joachim's avatar Joachim Committed by GitHub
Browse files

[OpenMP][OMPD] libompd must not link libomp (#83119)

Fixes a regression introduced in 91ccd824.
The code for libompd includes kmp.h for enum kmp_sched. The dependency
to hwloc is not necessary. Avoid the dependency by skipping the
definitions in kmp.h using types from hwloc.h.

Fixes #80750
parent 48bc9022
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment