cntk: mark broken
This commit is contained in:
parent
a358176c50
commit
fb83696690
@ -120,13 +120,14 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# Newer cub is included with cudatoolkit now and it breaks the build.
|
|
||||||
# https://github.com/Microsoft/CNTK/issues/3191
|
|
||||||
broken = cudaSupport;
|
|
||||||
homepage = "https://github.com/Microsoft/CNTK";
|
homepage = "https://github.com/Microsoft/CNTK";
|
||||||
description = "An open source deep-learning toolkit";
|
description = "An open source deep-learning toolkit";
|
||||||
license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
|
license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
# Newer cub is included with cudatoolkit now and it breaks the build.
|
||||||
|
# https://github.com/Microsoft/CNTK/issues/3191
|
||||||
|
# broken = cudaSupport;
|
||||||
|
broken = true; # at 2022-11-23
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user