Skip to content

Commit 5c2a368

Browse files
committed
catboost: downgrade to cudaPackages_11 because of unsupported architectures (compute_35)
1 parent 2381384 commit 5c2a368

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20776,6 +20776,9 @@ with pkgs;
2077620776
# catboost requires clang 12+ for build
2077720777
# after bumping the default version of llvm, check for compatibility with the cuda backend and pin it.
2077820778
inherit (llvmPackages_12) stdenv;
20779+
20780+
# https://github.com/catboost/catboost/issues/2540
20781+
cudaPackages = cudaPackages_11;
2077920782
};
2078020783

2078120784
ndn-cxx = callPackage ../development/libraries/ndn-cxx { };

0 commit comments

Comments
 (0)