Skip to content

Commit c1cb2fc

Browse files
[comon] Bump UMF version
In comparison to the previous version it contains only a few extra UMF PRs. This version is not taken from UMF's main branch, but rather from special 'umf-fixes-nov-pulldown'.
1 parent c7086f7 commit c1cb2fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/common/CMakeLists.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ if (NOT DEFINED UMF_REPO)
3232
endif()
3333

3434
if (NOT DEFINED UMF_TAG)
35-
# main 28.10.2024: Merge pull request #832 ...
36-
set(UMF_TAG 43e9af0f50b70ccb989f786243881035dd829203)
35+
# special branch with cherry-picks for incoming pulldown
36+
# 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)
3740
endif()
3841

3942
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)