Skip to content

Commit

Permalink
Add support for libraft Python build (#287)
Browse files Browse the repository at this point in the history
* Update for libraft wheels

* Bump version

* Bump version
  • Loading branch information
vyasr authored May 7, 2024
1 parent cb6f93e commit d729a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "24.6.13",
"version": "24.6.14",
"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 @@ -83,14 +83,15 @@ repos:
sub_dir: cpp
depends: [rmm]
python:
- name: libraft
sub_dir: python/libraft
depends: [raft]
- name: pylibraft
sub_dir: python/pylibraft
depends: [raft]
args: {cmake: -DFIND_RAFT_CPP=ON}
- name: raft-dask
sub_dir: python/raft-dask
depends: [ucxx, raft]
args: {cmake: -DFIND_RAFT_CPP=ON}

- name: cuvs
path: cuvs
Expand Down

0 comments on commit d729a5e

Please sign in to comment.