From b59173d4388249f7947f9af65275ea6709879dd1 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 14 Nov 2024 19:40:54 +0000 Subject: [PATCH] Pin to testing fork of ucxx --- python/raft-dask/cmake/thirdparty/get_ucxx.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/raft-dask/cmake/thirdparty/get_ucxx.cmake b/python/raft-dask/cmake/thirdparty/get_ucxx.cmake index db9b5c6b4d..ae720466e5 100644 --- a/python/raft-dask/cmake/thirdparty/get_ucxx.cmake +++ b/python/raft-dask/cmake/thirdparty/get_ucxx.cmake @@ -48,8 +48,8 @@ endfunction() # To use a different RAFT locally, set the CMake variable # CPM_raft_SOURCE=/path/to/local/raft find_and_configure_ucxx(VERSION 0.41 - FORK rapidsai - PINNED_TAG branch-0.41 + FORK bdice + PINNED_TAG cccl-2.7.0-rc2 EXCLUDE_FROM_ALL YES UCXX_STATIC ${RAFT_DASK_UCXX_STATIC} )