Skip to content

Commit

Permalink
Add cuVS to manifest.yaml (#261)
Browse files Browse the repository at this point in the history
* add cuVS to manifest.yaml

* bump feature version

* default to -DBUILD_C_LIBRARY=ON
  • Loading branch information
trxcllnt authored Apr 9, 2024
1 parent e42ef92 commit 8d1fb06
Show file tree
Hide file tree
Showing 2 changed files with 15 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.6",
"version": "24.6.7",
"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 @@ -90,6 +90,20 @@ repos:
depends: [raft]
args: {cmake: -DFIND_RAFT_CPP=ON}

- name: cuvs
path: cuvs
git: {<<: *git_defaults, repo: cuvs}
cpp:
- name: cuvs
sub_dir: cpp
depends: [raft]
args: {cmake: -DBUILD_C_LIBRARY=ON}
python:
- name: cuvs
sub_dir: python/cuvs
depends: [cuvs]
args: {cmake: -DFIND_CUVS_CPP=ON}

- name: cumlprims_mg
path: cumlprims_mg
git: {<<: *git_defaults, repo: cumlprims_mg}
Expand Down

0 comments on commit 8d1fb06

Please sign in to comment.