xgboost: 0.7 -> 0.72
This commit is contained in:
parent
0a46f8c198
commit
b9e7469c44
@ -9,13 +9,13 @@ assert ncclSupport -> cudaSupport;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xgboost-${version}";
|
name = "xgboost-${version}";
|
||||||
version = "0.7";
|
version = "0.72";
|
||||||
|
|
||||||
# needs submodules
|
# needs submodules
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/dmlc/xgboost";
|
url = "https://github.com/dmlc/xgboost";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1wxh020l4q037hc5z7vgxflb70l41a97anl8g6y4wxb74l5zv61l";
|
sha256 = "1d4kw2jm7d12g8qwi7p9r3429y7sjks9xp9yhvfpx5jh7qakkxj6";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user