From af4fe439e45f3479e728a181604e6d9c2a1bf0d0 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 17 Jan 2025 14:12:17 -0600 Subject: [PATCH] Use CCCL v2.7.0 final tag. (#743) CCCL is currently pinned to `v2.7.0-rc2`. Now that a final tag for `v2.7.0` is available, we should use that instead. See diff: https://github.com/NVIDIA/cccl/compare/v2.7.0-rc2...v2.7.0 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: https://github.com/rapidsai/rapids-cmake/pull/743 --- rapids-cmake/cpm/versions.json | 2 +- testing/cpm/cpm_cccl-version-2-7.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rapids-cmake/cpm/versions.json b/rapids-cmake/cpm/versions.json index 651d7b8f..5773247d 100644 --- a/rapids-cmake/cpm/versions.json +++ b/rapids-cmake/cpm/versions.json @@ -14,7 +14,7 @@ "version": "2.7.0", "git_shallow": false, "git_url": "https://github.com/NVIDIA/cccl.git", - "git_tag": "83028fcdcfa8de51ab359e61ce07198a6003a65e" + "git_tag": "v${version}" }, "cuco": { "version": "0.0.1", diff --git a/testing/cpm/cpm_cccl-version-2-7.cmake b/testing/cpm/cpm_cccl-version-2-7.cmake index 35de8061..73130e90 100644 --- a/testing/cpm/cpm_cccl-version-2-7.cmake +++ b/testing/cpm/cpm_cccl-version-2-7.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/override.json "version": "2.7.0", "git_shallow": false, "git_url": "https://github.com/NVIDIA/cccl.git", - "git_tag": "v2.7.0-rc2" + "git_tag": "v2.7.0" } } }