Skip to content

Commit

Permalink
fix(libcudf): allowlist libnvidia-ml.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 26, 2025
1 parent 33da531 commit a8880e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/libcudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a8880e5

Please sign in to comment.