Skip to content

Commit

Permalink
Add support for libcugraphops wheel (#296)
Browse files Browse the repository at this point in the history
* Add support for libcugraphops wheel

* Bump feature version

* Remove extraneous arg (the build is a no-op)
  • Loading branch information
vyasr committed May 9, 2024
1 parent 10e3f92 commit 74f7f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.16",
"version": "24.6.17",
"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 @@ -145,6 +145,9 @@ 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 74f7f64

Please sign in to comment.