ucx: fix ./configure error due to strict_deps and incorrect package (#460835)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user