Skip to content

Commit

Permalink
Move ucxx wheel one level deeper (#372)
Browse files Browse the repository at this point in the history
Required for rapidsai/ucxx#252

Contributes to rapidsai/build-planning#33

---------

Co-authored-by: Paul Taylor <[email protected]>
  • Loading branch information
KyleFromNVIDIA and trxcllnt committed Aug 1, 2024
1 parent 1f84767 commit c97bb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.10.1",
"version": "24.10.2",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
-DUCXX_ENABLE_RMM=ON
python:
- name: ucxx
sub_dir: python
sub_dir: python/ucxx
depends: [ucxx]
args: {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
- name: distributed-ucxx
Expand Down

0 comments on commit c97bb48

Please sign in to comment.