catboost: downgrade to cudaPackages_11 because of unsupported architectures (compute_35)

This commit is contained in:
Someone Serge 2023-11-27 15:19:17 +00:00
parent 2381384173
commit 5c2a368f87
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -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 { };