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

Fix kvikio casing and remove unnecessary rmm dependency #414

Merged
merged 3 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,16 @@ repos:
path: kvikio
git: {<<: *git_defaults, repo: kvikio}
cpp:
- name: KvikIO
- name: kvikio
sub_dir: cpp
depends: [rmm]
python:
- name: libkvikio
sub_dir: python/libkvikio
depends: [KvikIO]
depends: [kvikio]
args: {install: *rapids_build_backend_args}
- name: kvikio
sub_dir: python/kvikio
depends: [KvikIO]
depends: [kvikio]
args: {install: *rapids_build_backend_args}

- name: cudf
Expand All @@ -70,7 +69,7 @@ repos:
cpp:
- name: cudf
sub_dir: cpp
depends: [KvikIO]
depends: [kvikio]
- name: cudf_kafka
sub_dir: cpp/libcudf_kafka
depends: [cudf]
Expand Down
Loading