Skip to content

Commit

Permalink
Make sure cmake is available on output host
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 13, 2025
1 parent 615cdd3 commit cf0e6cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda/recipes/ucxx/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ outputs:
host:
- ucx
- cuda-version =${{ cuda_version }}
- cmake ${{ cmake_version }}
run:
- if: cuda_major == "11"
then: cudatoolkit
Expand Down Expand Up @@ -114,6 +115,8 @@ outputs:
string: cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }}
script: cmake --install cpp/build --component examples
requirements:
host:
- cmake ${{ cmake_version }}
run:
- ${{ pin_subpackage('libucxx', exact=True) }}
about:
Expand All @@ -129,6 +132,7 @@ outputs:
requirements:
host:
- cuda-version =${{ cuda_version }}
- cmake ${{ cmake_version }}
run:
- ${{ pin_subpackage('libucxx', exact=True) }}
- if: cuda_major == "11"
Expand Down Expand Up @@ -163,6 +167,7 @@ outputs:
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- rmm ${{ rapids_version }}
- cuda-version =${{ cuda_version }}
- cmake ${{ cmake_version }}
run:
- python * *_cpython
- ${{ pin_compatible('cuda-version', upper_bound='x', lower_bound='x') }}
Expand Down

0 comments on commit cf0e6cb

Please sign in to comment.