Merge pull request #173473 from SomeoneSerge/catboost-broken

python3Packages.catboost: mark cuda build as broken
This commit is contained in:
Rick van Schijndel 2022-05-19 00:43:11 +02:00 committed by GitHub
commit 7c750bb038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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