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 823e6b5 commit 0f8b203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/recipes/libcuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ outputs:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart-dev
{% endif %}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart
{% endif %}
- libcudf ={{ minor_version }}
- librmm ={{ minor_version }}
Expand Down Expand Up @@ -104,13 +104,13 @@ outputs:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart-dev
{% endif %}
run:
- {{ pin_subpackage('libcuspatial', exact=True) }}
{% if cuda_major == "11" %}
- cudatoolkit
{% else %}
- cuda-cudart
{% endif %}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- gmock {{ gtest_version }}
Expand Down

0 comments on commit 0f8b203

Please sign in to comment.