WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0aaf5ea

Browse files
committed
Update CCCL to get backports for XGBoost compatibility
1 parent 7df2941 commit 0aaf5ea

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

cpp/cmake/thirdparty/get_cccl.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
function(find_and_configure_cccl)
1010

1111
include(${rapids-cmake-dir}/cpm/cccl.cmake)
12+
include(${rapids-cmake-dir}/cpm/package_override.cmake)
13+
14+
set(rmm_patch_dir "${CMAKE_CURRENT_FUNCTION_LIST_DIR}/patches")
15+
rapids_cpm_package_override("${rmm_patch_dir}/cccl_override.json")
16+
1217
rapids_cpm_cccl(BUILD_EXPORT_SET rmm-exports INSTALL_EXPORT_SET rmm-exports)
1318

1419
endfunction()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
"CCCL": {
4+
"version": "3.1.3",
5+
"git_shallow": false,
6+
"git_url": "https://github.com/bdice/cccl.git",
7+
"git_tag": "bd34a2b8fe7cd5148dc90831b4da08eed6e11b02"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)