Skip to content

Commit

Permalink
revert unnecessary diff caused by re-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 1, 2024
1 parent cbb3738 commit 5dcb2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ outputs:
- librmm ={{ minor_version }}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- librmm ={{ minor_version }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart
{% endif %}
- librmm ={{ minor_version }}
- spdlog {{ spdlog_version }}
- fmt {{ fmt_version }}
about:
Expand Down

0 comments on commit 5dcb2f4

Please sign in to comment.