1
1
#=============================================================================
2
- # Copyright (c) 2021-2024 , NVIDIA CORPORATION.
2
+ # Copyright (c) 2021-2025 , NVIDIA CORPORATION.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
16
16
17
17
cmake_minimum_required (VERSION 3.28.6 FATAL_ERROR )
18
18
19
- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.02 /RAPIDS.cmake
19
+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.04 /RAPIDS.cmake
20
20
${CMAKE_BINARY_DIR} /RAPIDS.cmake )
21
21
include (${CMAKE_BINARY_DIR} /RAPIDS.cmake )
22
22
@@ -32,7 +32,7 @@ if(DEFINED GPU_ARCHS)
32
32
endif ()
33
33
rapids_cuda_init_architectures (UDFEXAMPLESJNI )
34
34
35
- project (UDFEXAMPLESJNI VERSION 25.02 .0 LANGUAGES C CXX CUDA )
35
+ project (UDFEXAMPLESJNI VERSION 25.04 .0 LANGUAGES C CXX CUDA )
36
36
37
37
option (PER_THREAD_DEFAULT_STREAM "Build with per-thread default stream" OFF )
38
38
option (BUILD_UDF_BENCHMARKS "Build the benchmarks" OFF )
@@ -84,10 +84,10 @@ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -w --expt-extended-lambda --expt-relax
84
84
set (CUDA_USE_STATIC_CUDA_RUNTIME ON )
85
85
86
86
rapids_cpm_init ()
87
- rapids_cpm_find (cudf 25.02 .00
87
+ rapids_cpm_find (cudf 25.04 .00
88
88
CPM_ARGS
89
89
GIT_REPOSITORY https://github.com/rapidsai/cudf.git
90
- GIT_TAG branch-25.02
90
+ GIT_TAG branch-25.04
91
91
GIT_SHALLOW TRUE
92
92
SOURCE_SUBDIR cpp
93
93
OPTIONS "BUILD_TESTS OFF"
0 commit comments