Skip to content

Commit

Permalink
[comon] Bump UMF version
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
lukaszstolarczuk committed Nov 25, 2024
1 parent c7086f7 commit c1cb2fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# main 28.10.2024: Merge pull request #832 ...
set(UMF_TAG 43e9af0f50b70ccb989f786243881035dd829203)
# special branch with cherry-picks for incoming pulldown
# contains UMF PRs: #866, #924, and #930
# branch was based on commit: 3bae087c9a8c0cbed5bde40f0d5a2
# umf-fixes-nov-pulldown: 25.11.2024: Disable libudev in hwloc builds
set(UMF_TAG a7b6152b7b095c88ddf34bc7d442eb4c2b3f74d6)
endif()

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

0 comments on commit c1cb2fc

Please sign in to comment.