diff --git a/cpp/test/CMakeLists.txt b/cpp/test/CMakeLists.txt index 621ee6c160..85b149a3ed 100644 --- a/cpp/test/CMakeLists.txt +++ b/cpp/test/CMakeLists.txt @@ -261,10 +261,10 @@ if(BUILD_TESTS) sparse/symmetrize.cu ) - ConfigureTest( - NAME NEIGHBORS_TEST PATH neighbors/haversine.cu neighbors/ball_cover.cu - neighbors/epsilon_neighborhood.cu LIB EXPLICIT_INSTANTIATE_ONLY - ) +# ConfigureTest( +# NAME NEIGHBORS_TEST PATH neighbors/haversine.cu neighbors/ball_cover.cu +# neighbors/epsilon_neighborhood.cu LIB EXPLICIT_INSTANTIATE_ONLY +# ) ConfigureTest( NAME diff --git a/python/raft-dask/cmake/thirdparty/get_ucxx.cmake b/python/raft-dask/cmake/thirdparty/get_ucxx.cmake index f5daf70f92..76616c9673 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.42 - FORK rapidsai - PINNED_TAG branch-0.42 + FORK bdice + PINNED_TAG cccl-2.7.0-rc2 EXCLUDE_FROM_ALL YES UCXX_STATIC ${RAFT_DASK_UCXX_STATIC} ) diff --git a/rapids_config.cmake b/rapids_config.cmake index c8077f7f4b..64b059515f 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -11,6 +11,10 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= + +set(rapids-cmake-repo bdice/rapids-cmake) +set(rapids-cmake-branch cccl-2.7.0-rc2) + file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version) if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]]) set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")