From 5c2a368f87f0f3b0585255aaa5a2d1547da4c29c Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Mon, 27 Nov 2023 15:19:17 +0000 Subject: [PATCH] catboost: downgrade to cudaPackages_11 because of unsupported architectures (compute_35) --- pkgs/top-level/all-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e7ee7c01292b..65bb876dd6fe 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -20776,6 +20776,9 @@ with pkgs; # catboost requires clang 12+ for build # after bumping the default version of llvm, check for compatibility with the cuda backend and pin it. inherit (llvmPackages_12) stdenv; + + # https://github.com/catboost/catboost/issues/2540 + cudaPackages = cudaPackages_11; }; ndn-cxx = callPackage ../development/libraries/ndn-cxx { };