Skip to content

Commit

Permalink
Add support for librmm Python build in devcontainers (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored May 3, 2024
1 parent d89bc61 commit 0f411fa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ repos:
- name: rmm
sub_dir: ""
python:
- name: librmm
sub_dir: python/librmm
depends: [rmm]
- name: rmm
sub_dir: python/rmm
depends: [rmm]
args: {cmake: -DFIND_RMM_CPP=ON}

- name: ucxx
path: ucxx
Expand Down

0 comments on commit 0f411fa

Please sign in to comment.