Skip to content

Commit

Permalink
Merge pull request #2375 from lukaszstolarczuk/umf-bump-for-pulldown
Browse files Browse the repository at this point in the history
[common] Bump UMF version
  • Loading branch information
callumfare authored Nov 28, 2024
2 parents db83117 + c1cb2fc commit 0c60db6
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 0c60db6

Please sign in to comment.