Skip to content

Commit

Permalink
add libraft wheels (#438)
Browse files Browse the repository at this point in the history
Pulling just the RAFT-related changes off of #438

Complements rapidsai/raft#2531

## Notes for Reviewers

Proposing:

1. see this pass CI pointed at my fork (branch from
rapidsai/raft#2531)
2. admin-merge rapidsai/raft#2531
3. point this back at upstream `rapidsai/raft` and see it pass CI
4. merge

---------

Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
jameslamb and bdice authored Jan 17, 2025
1 parent d034180 commit 03e3456
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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": "25.2.4",
"version": "25.2.5",
"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 @@ -108,14 +108,18 @@ repos:
max_device_obj_memory_usage: 3Gi
args: {cmake: -DRAFT_COMPILE_LIBRARY=ON}
python:
- name: libraft
sub_dir: python/libraft
depends: [raft]
args: {install: *rapids_build_backend_args}
- name: pylibraft
sub_dir: python/pylibraft
depends: [raft]
args: {cmake: -DFIND_RAFT_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}
- name: raft-dask
sub_dir: python/raft-dask
depends: [ucxx, raft]
args: {cmake: -DFIND_RAFT_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}

- name: cuvs
path: cuvs
Expand Down

0 comments on commit 03e3456

Please sign in to comment.