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 0b82ef5 commit a908c46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ outputs:
- {{ compiler('cuda11') }}
{% else %}
- {{ compiler('cuda') }}
- libcufile-dev
{% endif %}
requirements:
build:
Expand All @@ -112,14 +113,16 @@ outputs:
- cudatoolkit
- libcufile {{ cuda11_libcufile_run_version }} # [linux64]
{% else %}
- cuda-cudart-dev
- libcufile-dev
{% endif %}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
- libcufile {{ cuda11_libcufile_run_version }} # [linux64]
{% else %}
- cuda-cudart
- libcufile
{% endif %}
about:
home: https://rapids.ai
Expand Down

0 comments on commit a908c46

Please sign in to comment.