Skip to content

Commit

Permalink
Adding libcuvs to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Jan 25, 2024
1 parent 09c7e0d commit 979a641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/libcuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ outputs:
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- {{ pin_compatible('libraft', exact=True) }}
- {{ pin_compatible('libcuvs', exact=True) }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cuda-profiler-api {{ cuda11_cuda_profiler_api_run_version }}
Expand Down Expand Up @@ -203,6 +204,7 @@ outputs:
- cudatoolkit
{% endif %}
- {{ pin_compatible('libraft', exact=True) }}
- {{ pin_compatible('libcuvs', exact=True) }}
- gmock {{ gtest_version }}
- gtest {{ gtest_version }}
about:
Expand Down

0 comments on commit 979a641

Please sign in to comment.