You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-enable examples build on Windows with static hwloc - in other words revert this PR: #1056
This was failing intel/llvm builds - needs extra investigation, as the problem might be in UR improperly linking to hwloc, perhaps a wrong CMake path set somewhere, or an issue somewhere in intel/llvm (with Ninja builds).
The text was updated successfully, but these errors were encountered:
It looks like the hwloc library is not automatically built before linking hwloc with umf binaries takes place. This is the case when using Ninja single config generator (-G Ninja configuration step argument).
The Visual Studio generator currently handles this correctly.
After fetching hwloc, I propose additional build steps, like ie.:
Re-enable examples build on Windows with static hwloc - in other words revert this PR: #1056
This was failing intel/llvm builds - needs extra investigation, as the problem might be in UR improperly linking to hwloc, perhaps a wrong CMake path set somewhere, or an issue somewhere in intel/llvm (with Ninja builds).
The text was updated successfully, but these errors were encountered: