Skip to content

Commit 5fb9720

Browse files
jameslambbdicetrxcllnt
authored
add libcugraph Python builds (#435)
Contributes to rapidsai/build-planning#33 Adjusts `rapids-build-utils` manifest for release 25.02 to account for the introduction of new `libcugraph` wheels (rapidsai/cugraph#4804). ## Notes for Reviewers This shouldn't be merged still pointing at my forks. Plan: 1. admin-merge rapidsai/cugraph#4804 once everything except devcontainers CI there is passing 2. point this PR at upstream `rapidsai/cugraph` 3. observe CI passing and merge this normally (or admin-merge to save time) --------- Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Paul Taylor <[email protected]>
1 parent fda3036 commit 5fb9720

File tree

1 file changed

+6
-2
lines changed
  • features/src/rapids-build-utils/opt/rapids-build-utils

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,18 @@ repos:
174174
depends: [cudf, cugraph]
175175
args: {install: *rapids_build_backend_args}
176176
python:
177+
- name: libcugraph
178+
sub_dir: python/libcugraph
179+
depends: [cugraph]
180+
args: {install: *rapids_build_backend_args}
177181
- name: pylibcugraph
178182
sub_dir: python/pylibcugraph
179183
depends: [cugraph]
180-
args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
184+
args: {install: *rapids_build_backend_args}
181185
- name: cugraph
182186
sub_dir: python/cugraph
183187
depends: [cugraph]
184-
args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
188+
args: {install: *rapids_build_backend_args}
185189
- name: cugraph-service-client
186190
sub_dir: python/cugraph-service/client
187191
args: {install: *rapids_build_backend_args}

0 commit comments

Comments
 (0)