Merge pull request #192612 from superherointj/broken-cntk

cntk: mark broken

authored by figsoda and committed by GitHub 61c9d786 ec115cf7

+4 -3
+4 -3
pkgs/applications/science/math/cntk/default.nix
··· 120 120 ''; 121 121 122 122 meta = with lib; { 123 - # Newer cub is included with cudatoolkit now and it breaks the build. 124 - # https://github.com/Microsoft/CNTK/issues/3191 125 - broken = cudaSupport; 126 123 homepage = "https://github.com/Microsoft/CNTK"; 127 124 description = "An open source deep-learning toolkit"; 128 125 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit; 129 126 platforms = [ "x86_64-linux" ]; 130 127 maintainers = with maintainers; [ abbradar ]; 128 + # Newer cub is included with cudatoolkit now and it breaks the build. 129 + # https://github.com/Microsoft/CNTK/issues/3191 130 + # broken = cudaSupport; 131 + broken = true; # at 2022-11-23 131 132 }; 132 133 }