Skip to content

Commit

Permalink
Replacing transitive dependency on RMM with libcugraphops instead, in…
Browse files Browse the repository at this point in the history
… order to (hopefully) allow cmake to find RAFT properly.
  • Loading branch information
rlratzel committed Feb 11, 2022
1 parent 924045c commit cec7920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libcugraph_etl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- cmake>=3.20.1
- doxygen>=1.8.11
- cudatoolkit {{ cuda_version }}.*
- librmm {{ minor_version }}.*
- libcugraphops {{ minor_version }}.*
- libcudf {{ minor_version }}.*
- libcugraph {{ minor_version }}.*
run:
Expand Down

0 comments on commit cec7920

Please sign in to comment.