Skip to content

Commit

Permalink
Add another pin
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2024
1 parent 9233198 commit 60b222c
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 @@ -183,6 +183,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) }}

Expand Down

0 comments on commit 60b222c

Please sign in to comment.