catboost: downgrade to cudaPackages_11 because of unsupported architectures (compute_35)
This commit is contained in:
parent
2381384173
commit
5c2a368f87
1 changed files with 3 additions and 0 deletions
|
@ -20776,6 +20776,9 @@ with pkgs;
|
||||||
# catboost requires clang 12+ for build
|
# catboost requires clang 12+ for build
|
||||||
# after bumping the default version of llvm, check for compatibility with the cuda backend and pin it.
|
# after bumping the default version of llvm, check for compatibility with the cuda backend and pin it.
|
||||||
inherit (llvmPackages_12) stdenv;
|
inherit (llvmPackages_12) stdenv;
|
||||||
|
|
||||||
|
# https://github.com/catboost/catboost/issues/2540
|
||||||
|
cudaPackages = cudaPackages_11;
|
||||||
};
|
};
|
||||||
|
|
||||||
ndn-cxx = callPackage ../development/libraries/ndn-cxx { };
|
ndn-cxx = callPackage ../development/libraries/ndn-cxx { };
|
||||||
|
|
Loading…
Reference in a new issue