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 ''; 121 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 homepage = "https://github.com/Microsoft/CNTK"; 127 description = "An open source deep-learning toolkit"; 128 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit; 129 platforms = [ "x86_64-linux" ]; 130 maintainers = with maintainers; [ abbradar ]; 131 }; 132 }
··· 120 ''; 121 122 meta = with lib; { 123 homepage = "https://github.com/Microsoft/CNTK"; 124 description = "An open source deep-learning toolkit"; 125 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit; 126 platforms = [ "x86_64-linux" ]; 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 132 }; 133 }