From 8f07b2df172ee51e69ba63036d7d55de5c9ab161 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 31 Oct 2024 14:44:16 -0500 Subject: [PATCH 1/2] Build with CCCL 2.7.0-rc2. --- rapids_config.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rapids_config.cmake b/rapids_config.cmake index 84c20c01e..b2662175c 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -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}") From 2e00467d07c5efb5406e91aa1050949536c8d05d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 31 Oct 2024 15:30:50 -0700 Subject: [PATCH 2/2] Rerun CI.