From 2677b8e42b227e91e2b625b5b94e9233580b94e5 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 21 Jun 2023 16:04:37 -0500 Subject: [PATCH] Pin cuda-version for both CUDA 11 and 12. --- conda/recipes/libkvikio/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libkvikio/meta.yaml b/conda/recipes/libkvikio/meta.yaml index 2661af3093..f872debf75 100644 --- a/conda/recipes/libkvikio/meta.yaml +++ b/conda/recipes/libkvikio/meta.yaml @@ -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 %}