Skip to content

Commit

Permalink
Use NVIDIA/cuCollections repo again (rapidsai#284)
Browse files Browse the repository at this point in the history
Safe to switch this back now that NVIDIA/cuCollections#90 is merged.

~edit: DO NOT MERGE until NVIDIA/cuCollections#91 is merged.~

edit 2: ready to merge again

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

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#284
  • Loading branch information
trxcllnt authored Jul 1, 2021
1 parent 4f959fc commit eabaafe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cpp/cmake/thirdparty/get_cuco.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ function(find_and_configure_cuco VERSION)
endif()

rapids_cpm_find(cuco ${VERSION}
GLOBAL_TARGETS cuco cuco::cuco
GLOBAL_TARGETS cuco::cuco
BUILD_EXPORT_SET raft-exports
INSTALL_EXPORT_SET raft-exports
CPM_ARGS
GIT_REPOSITORY https://github.com/trxcllnt/cuCollections.git
GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git
GIT_TAG dev
OPTIONS "BUILD_TESTS OFF"
"BUILD_BENCHMARKS OFF"
"BUILD_EXAMPLES OFF"
)

if(NOT TARGET cuco::cuco)
add_library(cuco::cuco ALIAS cuco)
endif()

endfunction()

find_and_configure_cuco(0.0.1)

0 comments on commit eabaafe

Please sign in to comment.