mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
xgboost: expose xgboostWithCuda variant
...to make nixpkgs-review aware of it
This commit is contained in:
parent
c18e8335e8
commit
069e55070c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user