cucim icon indicating copy to clipboard operation
cucim copied to clipboard

Use static linkage for CUDA runtime

Open bdice opened this issue 1 month ago • 2 comments

Summary

  • Remove cuda-cudart from run requirements in conda recipes

With static linking of the CUDA runtime (the default for C++ and Python packages), the runtime is embedded in the binaries and the cuda-cudart package is not needed at runtime.

Part of https://github.com/rapidsai/build-planning/issues/235

bdice avatar Dec 09 '25 17:12 bdice

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Dec 09 '25 17:12 copy-pr-bot[bot]

Thanks Bradley! 🙏

The commit history is pulling in a bunch of old commits from past releases. Could we please rebase this?

jakirkham avatar Dec 09 '25 18:12 jakirkham