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 7025495 commit 045712d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ rapids_cuda_init_architectures(CUGRAPH)

project(CUGRAPH VERSION 22.08.00 LANGUAGES C CXX CUDA)

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

if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
message(FATAL_ERROR "CUDA compiler version must be at least 11.0")
Expand Down
10 changes: 10 additions & 0 deletions cpp/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 045712d

Please sign in to comment.