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

This commit is contained in:
Someone Serge
2023-12-04 20:24:32 +00:00
parent 2381384173
commit 5c2a368f87
+3
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 { };