python311Packages.torch: enable_language(CUDA) wants to -lcudart_static?

This commit is contained in:
Someone Serge
2023-12-06 02:00:53 +00:00
parent 44611c4a6d
commit 2df7ccfa14
@@ -341,6 +341,7 @@ in buildPythonPackage rec {
cuda_cccl.dev # <thrust/*>
cuda_cudart.dev # cuda_runtime.h and libraries
cuda_cudart.lib
cuda_cudart.static
cuda_cupti.dev # For kineto
cuda_cupti.lib # For kineto
cuda_nvcc.dev # crt/host_config.h; even though we include this in nativeBuildinputs, it's needed here too