-
Notifications
You must be signed in to change notification settings - Fork 35
Minor fixes around hwloc in CMake and CI #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor fixes around hwloc in CMake and CI #667
Conversation
da2e159
to
267b0f1
Compare
CMakeLists.txt
Outdated
@@ -52,6 +52,10 @@ option( | |||
UMF_LINK_HWLOC_STATICALLY | |||
"Link UMF with HWLOC library statically (supported for Linux, MacOS and Release build on Windows)" | |||
OFF) | |||
option( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe move UMF_DISABLE_HWLOC
before UMF_LINK_HWLOC_STATICALLY
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase please.
Maybe move UMF_DISABLE_HWLOC
before UMF_LINK_HWLOC_STATICALLY
in CMake options?
print general info when hwloc is disabled (not only for examples), remove the dead code when DLL_PATH_LIST would be set with empty var, print hwloc variables only once.
"default" params are not propagated into include's.
267b0f1
to
2a04237
Compare
Around changes in oneapi-src#667, perhaps in merge conflict resolution extra hwloc configure params were accidentally removed (ref. 660).
A small fixes in CMake and CI around hwloc options.