Skip to content

Commit

Permalink
Pin cuda-version for both CUDA 11 and 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 21, 2023
1 parent d8cb015 commit 2677b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ requirements:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
- cudatoolkit ={{ cuda_version }}
- libcufile {{ cuda11_libcufile_host_version }} # [linux64]
- libcufile-dev {{ cuda11_libcufile_host_version }} # [linux64]
{% else %}
- cuda-version ={{ cuda_version }}
- libcufile-dev # [linux64]
{% endif %}

Expand Down

0 comments on commit 2677b8e

Please sign in to comment.