Skip to content

Commit

Permalink
One more channel priority fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2024
1 parent 1887a73 commit 4fc2556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ outputs:
- cmake
host:
- cuda-version =${{ cuda_version }}
# 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_compatible('cuda-version', upper_bound='x', lower_bound='x') }}
- conda-forge::ucx >=1.15.0,<1.16.0
Expand Down

0 comments on commit 4fc2556

Please sign in to comment.