Skip to content

Commit

Permalink
Build with CCCL 2.7.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Nov 1, 2024
1 parent 41ddbfe commit 6a40957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/template/cmake/thirdparty/fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# the License.

# Use this variable to update RAPIDS and RAFT versions

set(rapids-cmake-repo bdice/rapids-cmake)
set(rapids-cmake-branch cccl-2.7.0-rc2)

set(RAPIDS_VERSION "24.12")

if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake)
Expand Down
4 changes: 4 additions & 0 deletions rapids_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================

set(rapids-cmake-repo bdice/rapids-cmake)
set(rapids-cmake-branch cccl-2.7.0-rc2)

file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")
Expand Down

0 comments on commit 6a40957

Please sign in to comment.