Merge pull request #173473 from SomeoneSerge/catboost-broken

python3Packages.catboost: mark cuda build as broken
main
Rick van Schijndel 2 years ago committed by GitHub
commit 7c750bb038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/catboost/default.nix

@ -52,5 +52,7 @@ buildPythonPackage rec {
platforms = [ "x86_64-linux" ];
homepage = "https://catboost.ai";
maintainers = with maintainers; [ PlushBeaver ];
# _catboost.pyx.cpp:226822:19: error: use of undeclared identifier '_PyGen_Send'
broken = withCuda;
};
}

Loading…
Cancel
Save