Skip to content

Commit

Permalink
Remove 24.10 deprecated commands (#665)
Browse files Browse the repository at this point in the history
This PR removes the deprecated functions `rapids_cpm_thrust`,  `rapids_cpm_libcudacxx` and `rapids_cuda_patch_toolkit`.

Merges together #664 and #661 together to have passing CI

Authors:
  - Robert Maynard (https://github.com/robertmaynard)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #665
  • Loading branch information
robertmaynard authored Aug 2, 2024
1 parent 4ab600c commit 120d1fa
Show file tree
Hide file tree
Showing 32 changed files with 8 additions and 1,128 deletions.
18 changes: 0 additions & 18 deletions cmake-format-rapids-cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@
"INSTALL_EXPORT_SET": 1
}
},
"rapids_cpm_libcudacxx": {
"pargs": {
"nargs": 0
},
"kwargs": {
"BUILD_EXPORT_SET": 1,
"INSTALL_EXPORT_SET": 1
}
},
"rapids_cpm_nvbench": {
"pargs": {
"nargs": 0,
Expand Down Expand Up @@ -220,15 +211,6 @@
"INSTALL_EXPORT_SET": 1
}
},
"rapids_cpm_thrust": {
"pargs": {
"nargs": 2
},
"kwargs": {
"BUILD_EXPORT_SET": 1,
"INSTALL_EXPORT_SET": 1
}
},
"rapids_cuda_init_architectures": {
"pargs": {
"nargs": 1
Expand Down
1 change: 0 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ require.

rapids_cuda_init_architectures </command/rapids_cuda_init_architectures>
rapids_cuda_init_runtime </command/rapids_cuda_init_runtime>
rapids_cuda_patch_toolkit </command/rapids_cuda_patch_toolkit>
rapids_cuda_set_runtime </command/rapids_cuda_set_runtime>
rapids_cuda_set_architectures [Advanced] </command/rapids_cuda_set_architectures>

Expand Down
1 change: 0 additions & 1 deletion docs/command/rapids_cuda_patch_toolkit.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/packages/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
/packages/rapids_cpm_fmt
/packages/rapids_cpm_gbench
/packages/rapids_cpm_gtest
/packages/rapids_cpm_libcudacxx
/packages/rapids_cpm_nvbench
/packages/rapids_cpm_nvcomp
/packages/rapids_cpm_nvtx3
/packages/rapids_cpm_rmm
/packages/rapids_cpm_spdlog
/packages/rapids_cpm_thrust
1 change: 0 additions & 1 deletion docs/packages/rapids_cpm_libcudacxx.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/packages/rapids_cpm_thrust.rst

This file was deleted.

130 changes: 0 additions & 130 deletions rapids-cmake/cpm/libcudacxx.cmake

This file was deleted.

22 changes: 0 additions & 22 deletions rapids-cmake/cpm/patches/Thrust/install_rules.diff

This file was deleted.

47 changes: 0 additions & 47 deletions rapids-cmake/cpm/patches/Thrust/reroot_support.diff

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions rapids-cmake/cpm/patches/libcudacxx/install_rules.diff

This file was deleted.

22 changes: 0 additions & 22 deletions rapids-cmake/cpm/patches/libcudacxx/memory_resource.diff

This file was deleted.

Loading

0 comments on commit 120d1fa

Please sign in to comment.