cntk: Disable parallel building

https://hydra.nixos.org/build/62781346
This commit is contained in:
Tuomas Tynkkynen 2017-10-22 18:19:03 +03:00
parent ac2acca7d9
commit a4833730c4

View File

@ -87,7 +87,8 @@ in stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
# on 2.2: fatal error: tensorboard/tensorboard.pb.h: No such file or directory
enableParallelBuilding = false;
meta = with lib; {
homepage = "https://github.com/Microsoft/CNTK";