Skip to content

Commit

Permalink
Use cuDF built with CCCL 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 18, 2023
1 parent 0e93982 commit 1095e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_cudf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ endfunction()
set(CUSPATIAL_MIN_VERSION_cudf "${CUSPATIAL_VERSION_MAJOR}.${CUSPATIAL_VERSION_MINOR}")

if(NOT DEFINED CUSPATIAL_CUDF_GIT_REPO)
set(CUSPATIAL_CUDF_GIT_REPO https://github.com/rapidsai/cudf.git)
set(CUSPATIAL_CUDF_GIT_REPO https://github.com/bdice/cudf.git)
endif()

if(NOT DEFINED CUSPATIAL_CUDF_GIT_TAG)
set(CUSPATIAL_CUDF_GIT_TAG branch-${CUSPATIAL_MIN_VERSION_cudf})
set(CUSPATIAL_CUDF_GIT_TAG cccl-2.2.0)
endif()

find_and_configure_cudf(VERSION ${CUSPATIAL_MIN_VERSION_cudf}.00
Expand Down

0 comments on commit 1095e3d

Please sign in to comment.