Skip to content

Commit

Permalink
Stop relying on transitive includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 18, 2024
1 parent ffa1971 commit 46837f8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repos:
cpp:
- name: cuvs
sub_dir: cpp
depends: [raft]
depends: [rmm, raft]
parallelism:
max_device_obj_memory_usage: 3Gi
args: {cmake: -DBUILD_C_LIBRARY=ON}
Expand All @@ -139,15 +139,15 @@ repos:
cpp:
- name: cumlprims_mg
sub_dir: cpp
depends: [raft]
depends: [rmm, raft]

- name: cuml
path: cuml
git: {<<: *git_defaults, repo: cuml}
cpp:
- name: cuml
sub_dir: cpp
depends: [cumlprims_mg, cuvs]
depends: [rmm, raft, cumlprims_mg, cuvs]
parallelism:
max_device_obj_memory_usage: 3Gi
python:
Expand Down Expand Up @@ -205,7 +205,7 @@ repos:
cpp:
- name: cugraph
sub_dir: cpp
depends: [raft]
depends: [rmm, raft]
parallelism:
max_device_obj_memory_usage: 6Gi
- name: cugraph_etl
Expand Down

0 comments on commit 46837f8

Please sign in to comment.