ucx: fix ./configure error due to strict_deps and incorrect package (#460835)

This commit is contained in:
Markus Kowalewski
2025-11-12 14:59:15 +00:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
"--with-dm"
"--with-verbs=${lib.getDev rdma-core}"
]
++ lib.optionals enableCuda [ "--with-cuda=${cudaPackages.cuda_cudart}" ]
++ lib.optionals enableCuda [ "--with-cuda=${cudaPackages.cuda_nvcc}" ]
++ lib.optionals enableRocm [ "--with-rocm=${rocm}" ];
postInstall = ''