Skip to content

Commit

Permalink
Loosen run-exports from -dev libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 6, 2024
1 parent a4091be commit f9d7e25
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ outputs:
- cmake
- ninja
host:
{% if cuda_major != "11" %}
- cuda-cudart-dev
{% endif %}
- cuda-version ={{ cuda_version }}
run:
- {{ pin_subpackage('libucxx', exact=True) }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart
{% endif %}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- gtest
Expand Down Expand Up @@ -222,16 +221,15 @@ outputs:
- {{ pin_subpackage('libucxx', exact=True) }}
- ucx
- rmm =24.04
{% if cuda_major != "11" %}
- cuda-cudart-dev
{% endif %}
- cuda-version {{ cuda_version }}
run:
- python * *_cpython
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart
{% endif %}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- ucx >=1.14.1,<1.16.0
- {{ pin_subpackage('libucxx', exact=True) }}
- {{ pin_compatible('rmm', max_pin='x.x') }}
Expand Down

0 comments on commit f9d7e25

Please sign in to comment.