We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db83117 + c1cb2fc commit 0c60db6Copy full SHA for 0c60db6
source/common/CMakeLists.txt
@@ -32,8 +32,11 @@ if (NOT DEFINED UMF_REPO)
32
endif()
33
34
if (NOT DEFINED UMF_TAG)
35
- # main 28.10.2024: Merge pull request #832 ...
36
- set(UMF_TAG 43e9af0f50b70ccb989f786243881035dd829203)
+ # special branch with cherry-picks for incoming pulldown
+ # contains UMF PRs: #866, #924, and #930
37
+ # branch was based on commit: 3bae087c9a8c0cbed5bde40f0d5a2
38
+ # umf-fixes-nov-pulldown: 25.11.2024: Disable libudev in hwloc builds
39
+ set(UMF_TAG a7b6152b7b095c88ddf34bc7d442eb4c2b3f74d6)
40
41
42
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments