Skip to content

Commit

Permalink
Fix conda recipe pin_subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Jan 22, 2024
1 parent 163d9d4 commit e715059
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conda/recipes/libcuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ outputs:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_host_version }}
Expand All @@ -77,7 +77,7 @@ outputs:
- libcusparse-dev
{% endif %}
run:
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
about:
home: https://rapids.ai/
Expand Down Expand Up @@ -108,7 +108,7 @@ outputs:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_run_version }}
Expand All @@ -135,7 +135,7 @@ outputs:
{% if cuda_major == "11" %}
- cudatoolkit
{% endif %}
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
- gmock {{ gtest_version }}
- gtest {{ gtest_version }}
about:
Expand Down Expand Up @@ -167,7 +167,7 @@ outputs:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_run_version }}
Expand All @@ -182,7 +182,7 @@ outputs:
{% if cuda_major == "11" %}
- cudatoolkit
{% endif %}
- {{ pin_subpackage('libraft-headers', exact=True) }}
- {{ pin_compatible('libraft', exact=True) }}
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down

0 comments on commit e715059

Please sign in to comment.