Skip to content

Commit

Permalink
add libcuvs Python builds (#440)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#33

Adjusts `rapids-build-utils` manifest for release 25.02 to account for
the introduction of new `libcuvs` wheels
(rapidsai/cuvs#594).

## Notes for Reviewers

This shouldn't be merged still pointing at my forks. Plan:

1. see CI pass here
2. see all CI except devcontainers pass on
rapidsai/cuvs#594
3. point this PR back at upstream and admin-merge it
4. re-run devcontainers CI on rapidsai/cuvs#594
and see it pass

---------

Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
jameslamb and bdice authored Jan 22, 2025
1 parent 5fb9720 commit 5c6d283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.6",
"version": "25.2.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 @@ -132,10 +132,14 @@ repos:
max_device_obj_memory_usage: 3Gi
args: {cmake: -DBUILD_C_LIBRARY=ON}
python:
- name: libcuvs
sub_dir: python/libcuvs
depends: [cuvs]
args: {install: *rapids_build_backend_args}
- name: cuvs
sub_dir: python/cuvs
depends: [cuvs]
args: {cmake: -DFIND_CUVS_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}

- name: cumlprims_mg
path: cumlprims_mg
Expand Down

0 comments on commit 5c6d283

Please sign in to comment.