Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 11, 2024
1 parent c0aa378 commit 5198ca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/recipes/libcuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ outputs:
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- libraft-headers ={{ minor_version }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_host_version }}
Expand Down Expand Up @@ -130,7 +130,7 @@ outputs:
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- libraft-headers ={{ minor_version }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_host_version }}
Expand Down Expand Up @@ -196,7 +196,7 @@ outputs:
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- libraft-headers ={{ minor_version }}
- {{ pin_subpackage('libcuvs', exact=True) }}
- cuda-version ={{ cuda_version }}
- openblas # required by some CPU algos in benchmarks
Expand Down Expand Up @@ -267,7 +267,7 @@ outputs:
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- libraft-headers ={{ minor_version }}
- {{ pin_subpackage('libcuvs', exact=True) }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
Expand Down

0 comments on commit 5198ca3

Please sign in to comment.