Skip to content

Commit

Permalink
Add cuda-cudart-dev to libkvikio-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 9, 2024
1 parent d68ce8e commit 8ba1f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ outputs:
- {{ compiler('cuda11') }}
{% else %}
- {{ compiler('cuda') }}
- cuda-cudart-dev
- libcufile-dev # [linux64]
{% endif %}
requirements:
Expand All @@ -114,6 +115,7 @@ outputs:
- cudatoolkit
- libcufile {{ cuda11_libcufile_run_version }} # [linux64]
{% else %}
- cuda-cudart-dev
- libcufile-dev # [linux64]
{% endif %}
run:
Expand Down

0 comments on commit 8ba1f05

Please sign in to comment.