Skip to content

Commit

Permalink
Update cuCollections to version that supports installed libcudacxx (#…
Browse files Browse the repository at this point in the history
…9633)

The latest version of cuCollections now support using installed versions of libcudacxx. This is needed so that developers can run `./build.sh` multiple times without issue.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: rapidsai/cudf#9633
  • Loading branch information
robertmaynard authored Nov 9, 2021
1 parent 281fed9 commit 3280be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/cmake/thirdparty/get_cucollections.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ function(find_and_configure_cucollections)
cuco 0.0
GLOBAL_TARGETS cuco::cuco
CPM_ARGS GITHUB_REPOSITORY NVIDIA/cuCollections
GIT_TAG 62b90b7f7adf272455007b1c857e1d621aaf13ca
GIT_TAG f0eecb203590f1f4ac4a9f1700229f4434ac64dc
OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"
)

endfunction()

find_and_configure_cucollections()

0 comments on commit 3280be2

Please sign in to comment.