Skip to content

Commit

Permalink
Remove libraft and libcugraphops wheels (#298)
Browse files Browse the repository at this point in the history
* Revert "Add support for libcugraphops wheel (#296)"

This reverts commit 74f7f64.

* Revert "Add support for libraft Python build (#287)"

This reverts commit d729a5e.

* Update feature version
  • Loading branch information
vyasr authored May 9, 2024
1 parent 1b7b015 commit 7b497a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.18",
"version": "24.6.19",
"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,15 +83,14 @@ 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 Expand Up @@ -145,9 +144,6 @@ repos:
cmake: |
-DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
python:
- name: libcugraphops
sub_dir: libcugraphops_python
depends: [cugraph-ops]
- name: pylibcugraphops
sub_dir: pylibcugraphops
depends: [cugraph-ops]
Expand Down

0 comments on commit 7b497a5

Please sign in to comment.