Skip to content

Commit 5c6d283

Browse files
jameslambbdice
andauthored
add libcuvs Python builds (#440)
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]>
1 parent 5fb9720 commit 5c6d283

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

features/src/rapids-build-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NVIDIA RAPIDS devcontainer build utilities",
33
"id": "rapids-build-utils",
4-
"version": "25.2.6",
4+
"version": "25.2.7",
55
"description": "A feature to install the RAPIDS devcontainer build utilities",
66
"containerEnv": {
77
"BASH_ENV": "/etc/bash.bash_env"

features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,14 @@ repos:
132132
max_device_obj_memory_usage: 3Gi
133133
args: {cmake: -DBUILD_C_LIBRARY=ON}
134134
python:
135+
- name: libcuvs
136+
sub_dir: python/libcuvs
137+
depends: [cuvs]
138+
args: {install: *rapids_build_backend_args}
135139
- name: cuvs
136140
sub_dir: python/cuvs
137141
depends: [cuvs]
138-
args: {cmake: -DFIND_CUVS_CPP=ON, install: *rapids_build_backend_args}
142+
args: {install: *rapids_build_backend_args}
139143

140144
- name: cumlprims_mg
141145
path: cumlprims_mg

0 commit comments

Comments
 (0)