Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add libcugraph Python builds #435

Merged
merged 9 commits into from
Jan 18, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,18 @@ repos:
depends: [cudf, cugraph]
args: {install: *rapids_build_backend_args}
python:
- name: libcugraph
sub_dir: python/libcugraph
depends: [cugraph]
args: {install: *rapids_build_backend_args}
- name: pylibcugraph
sub_dir: python/pylibcugraph
depends: [cugraph]
args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}
- name: cugraph
sub_dir: python/cugraph
depends: [cugraph]
args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}
- name: cugraph-service-client
sub_dir: python/cugraph-service/client
args: {install: *rapids_build_backend_args}
Expand Down
Loading