python3Packages.catboost: mark cuda build as broken

This commit is contained in:
Someone Serge 2022-05-18 11:45:29 +03:00
parent 5253e41f40
commit 53a512c88f
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4

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