cucim
cucim copied to clipboard
Use static linkage for CUDA runtime
Summary
- Remove
cuda-cudartfrom 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
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.
Thanks Bradley! 🙏
The commit history is pulling in a bunch of old commits from past releases. Could we please rebase this?