Skip to content

Commit

Permalink
Account for kvikio python folder nesting
Browse files Browse the repository at this point in the history
rapidsai/kvikio#369 moves the python wheel code one level deeper so that we add support for a dedicated libkvikio wheel. This adjustment needs to be accounted for here. Confused PR run without this change: https://github.com/rapidsai/kvikio/actions/runs/8900188332/job/24441209009#step:7:1446
  • Loading branch information
msarahan authored Apr 30, 2024
1 parent 7013588 commit 127ff71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
depends: [rmm]
python:
- name: kvikio
sub_dir: python
sub_dir: python/kvikio
depends: [KvikIO]
args: {cmake: -DFIND_KVIKIO_CPP=ON}

Expand Down

0 comments on commit 127ff71

Please sign in to comment.