lol

cloog: enable parallel building, explicitly disable parallel testing

+3 -2
+3 -2
pkgs/development/libraries/cloog/default.nix
··· 15 15 16 16 configureFlags = [ "--with-isl=system" ]; 17 17 18 - # Breaks the test cases 19 - #enableParallelBuilding = true; 18 + enableParallelBuilding = true; 19 + # Breaks the test cases as it reuses 'cloog_temp' file name for different tests. 20 + enableParallelChecking = false; 20 21 21 22 doCheck = true; 22 23