Skip to content

Conversation

@bdice
Copy link
Contributor

@bdice bdice commented Dec 9, 2025

Summary

  • Remove cuda-cudart from conda recipe run requirements (no longer needed when statically linked)

This is part of a RAPIDS-wide effort to switch to static CUDA runtime linking. See rapidsai/build-planning#235 for tracking.

Changes

  • conda/recipes/libkvikio/recipe.yaml: Remove cuda-cudart from libkvikio-tests run deps
  • conda/recipes/kvikio/recipe.yaml: Remove cuda-cudart from run deps

Note: Python builds already use CUDA_STATIC_RUNTIME=ON (set in python/libkvikio/CMakeLists.txt).

@bdice bdice requested a review from a team as a code owner December 9, 2025 20:08
Copy link
Contributor

@robertmaynard robertmaynard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cpp/tests/CMakeLists.txt uses CUDA::cudart but I don't believe it will cause issues

@bdice bdice added breaking Introduces a breaking change improvement Improves an existing functionality labels Dec 9, 2025
@bdice
Copy link
Contributor Author

bdice commented Dec 11, 2025

/merge

@rapids-bot rapids-bot bot merged commit e539a2e into rapidsai:main Dec 11, 2025
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Introduces a breaking change improvement Improves an existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants