python3Packages.catboost: mark cuda build as broken

main
Someone Serge 2 years ago
parent 5253e41f40
commit 53a512c88f
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4
  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