Skip to content

Commit

Permalink
Update host packages for libkvikio-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 22, 2023
1 parent 2677b8e commit 4d8fd6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,19 @@ outputs:
requirements:
build:
- cmake {{ cmake_version }}
host:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit ={{ cuda_version }}
- libcufile {{ cuda11_libcufile_run_version }} # [linux64]
{% else %}
- libcufile-dev # [linux64]
{% endif %}
run:
- cuda-version {{ cuda_spec }}
{% if cuda_major == "11" %}
- cudatoolkit {{ cuda_spec }}
- libcufile {{ cuda11_libcufile_run_version }} # [linux64]
{% else %}
- libcufile # [linux64]
{% endif %}
about:
home: https://rapids.ai
Expand Down

0 comments on commit 4d8fd6e

Please sign in to comment.