ctranslate2: fix the cuda 12 build

This commit is contained in:
Someone Serge
2023-12-04 20:24:32 +00:00
parent 5c2a368f87
commit 361d7da37f
@@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals withMkl [
mkl
] ++ lib.optionals withCUDA [
cudaPackages.cuda_cccl # <nv/target> required by the fp16 headers in cudart
cudaPackages.cuda_cudart
cudaPackages.libcublas
cudaPackages.libcurand