Skip to content

Commit

Permalink
remove cuco_noexcept.diff (#16254)
Browse files Browse the repository at this point in the history
This PR removes the cuDF `cuco_noexcept.diff` patch since it no longer applies after rapidsai/rapids-cmake#628.

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - Bradley Dice (https://github.com/bdice)

URL: #16254
  • Loading branch information
trxcllnt authored Jul 11, 2024
1 parent 53de73d commit adee00a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 245 deletions.
4 changes: 0 additions & 4 deletions cpp/cmake/thirdparty/get_cucollections.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
# This function finds cuCollections and performs any additional configuration.
function(find_and_configure_cucollections)
include(${rapids-cmake-dir}/cpm/cuco.cmake)
include(${rapids-cmake-dir}/cpm/package_override.cmake)

set(cudf_patch_dir "${CMAKE_CURRENT_FUNCTION_LIST_DIR}/patches")
rapids_cpm_package_override("${cudf_patch_dir}/cuco_override.json")

if(BUILD_SHARED_LIBS)
rapids_cpm_cuco(BUILD_EXPORT_SET cudf-exports)
Expand Down
227 changes: 0 additions & 227 deletions cpp/cmake/thirdparty/patches/cuco_noexcept.diff

This file was deleted.

14 changes: 0 additions & 14 deletions cpp/cmake/thirdparty/patches/cuco_override.json

This file was deleted.

0 comments on commit adee00a

Please sign in to comment.