···15151616 configureFlags = [ "--with-isl=system" ];
17171818- # Breaks the test cases
1919- #enableParallelBuilding = true;
1818+ enableParallelBuilding = true;
1919+ # Breaks the test cases as it reuses 'cloog_temp' file name for different tests.
2020+ enableParallelChecking = false;
20212122 doCheck = true;
2223