xgboost: expose xgboostWithCuda variant

...to make nixpkgs-review aware of it
This commit is contained in:
Someone Serge 2022-05-12 13:17:44 +03:00
parent c18e8335e8
commit 069e55070c
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -21165,6 +21165,8 @@ with pkgs;
xgboost = callPackage ../development/libraries/xgboost { };
xgboostWithCuda = xgboost.override { cudaSupport = true; };
xgeometry-select = callPackage ../tools/X11/xgeometry-select { };
# Avoid using this. It isn't really a wrapper anymore, but we keep the name.