Skip to content

Commit

Permalink
examples pin
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2024
1 parent 42d2bce commit a442937
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ outputs:
requirements:
build:
- cmake
host:
# This spec is only here to specify channel priority, otherwise it
# would be inherited from the cache build. It can be removed later.
- if: cuda_major == "11"
then:
- conda-forge::cudatoolkit
run:
- ${{ pin_subpackage('libucxx', exact=True) }}
about:
Expand Down

0 comments on commit a442937

Please sign in to comment.