From a8880e5f1875c6432680c36e1895400dd91df7f5 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Wed, 26 Feb 2025 13:54:46 -0800 Subject: [PATCH] fix(libcudf): allowlist `libnvidia-ml.so.1` --- conda/recipes/libcudf/recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/recipes/libcudf/recipe.yaml b/conda/recipes/libcudf/recipe.yaml index 3458201d8e2..ddd9c8ddae2 100644 --- a/conda/recipes/libcudf/recipe.yaml +++ b/conda/recipes/libcudf/recipe.yaml @@ -268,6 +268,8 @@ outputs: string: cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }} dynamic_linking: overlinking_behavior: "error" + missing_dso_allowlist: + - "libnvidia-ml.so.1" requirements: build: - cmake ${{ cmake_version }}