Skip to content

Commit

Permalink
Test with Thrust 1.17.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed May 26, 2022
1 parent b3e842d commit 97044cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ rapids_cuda_init_architectures(CUCO)

project(CUCO VERSION 0.0.1 LANGUAGES CXX CUDA)

include(${rapids-cmake-dir}/cpm/package_override.cmake)
rapids_cpm_package_override(${CMAKE_CURRENT_SOURCE_DIR}/versions.json)

# Write the version header
rapids_cmake_write_version_file(include/cuco/version_config.hpp)

Expand Down
10 changes: 10 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

{
"packages" : {
"Thrust" : {
"version" : "1.17.0.0-rc2",
"git_url" : "https://github.com/NVIDIA/thrust.git",
"git_tag" : "1.17.0-rc2"
}
}
}

0 comments on commit 97044cc

Please sign in to comment.