From bb821b7b6e6803ee6ac5eebcd2f7313b5ed9a99c Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 21 Nov 2024 13:29:51 -0800 Subject: [PATCH] Ignore CUDA libs `run_exports` --- conda/recipes/kvikio/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/recipes/kvikio/meta.yaml b/conda/recipes/kvikio/meta.yaml index 630871e228..271712ac51 100644 --- a/conda/recipes/kvikio/meta.yaml +++ b/conda/recipes/kvikio/meta.yaml @@ -37,6 +37,8 @@ build: - {{ compiler('cuda11') }} {% else %} - {{ compiler('cuda') }} + - cuda-cudart-dev + - libcufile-dev # [linux] {% endif %} requirements: