Skip to content

Commit

Permalink
Add libcudf manifest for wheel build in devcontainer
Browse files Browse the repository at this point in the history
I'm not at all sure that I've done this correctly. This is intended to support local development with a devcontainer for the work in rapidsai/cudf#15483
  • Loading branch information
msarahan committed Apr 18, 2024
1 parent 68aa522 commit 0f5c203
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ repos:
sub_dir: cpp/libcudf_kafka
depends: [cudf]
python:
- name: libcudf
sub_dir: python/libcudf
depends: [libcudf]
- name: cudf
sub_dir: python/cudf
depends: [cudf]
depends: [libcudf, cudf]
args: {cmake: -DFIND_CUDF_CPP=ON}
- name: dask_cudf
sub_dir: python/dask_cudf
Expand Down

0 comments on commit 0f5c203

Please sign in to comment.