Skip to content

Commit

Permalink
Generate command to build pylibcudf (#375)
Browse files Browse the repository at this point in the history
This makes the build-pylibcudf-python command and makes build-cudf
depend on it.

Potentially needs admin-merge when changes look good?
cc @vyasr

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
  • Loading branch information
lithomas1 and trxcllnt committed Aug 16, 2024
1 parent 887d764 commit c341e63
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ repos:
sub_dir: cpp/libcudf_kafka
depends: [cudf]
python:
- name: pylibcudf
sub_dir: python/pylibcudf
depends: [cudf]
args: {cmake: -DFIND_CUDF_CPP=ON, install: *rapids_build_backend_args}
- name: cudf
sub_dir: python/cudf
depends: [cudf]
Expand Down

0 comments on commit c341e63

Please sign in to comment.