forked from mirrors/nixpkgs
gfortran-4.8: re-enable parallel building
86802e68ff
added a patch that fixes the
race condition with bconfig.h.
This commit is contained in:
parent
033374d601
commit
67e3917864
|
@ -59,13 +59,8 @@ let version = "4.8.2";
|
||||||
|
|
||||||
/* gccinstall.info says that "parallel make is currently not supported since
|
/* gccinstall.info says that "parallel make is currently not supported since
|
||||||
collisions in profile collecting may occur".
|
collisions in profile collecting may occur".
|
||||||
|
|
||||||
Parallel make of gfortran is disabled because of an apparent race
|
|
||||||
condition concerning the generation of "bconfig.h". Please try and
|
|
||||||
re-enable parallel make for a later release of gfortran to check whether
|
|
||||||
the error has been fixed.
|
|
||||||
*/
|
*/
|
||||||
enableParallelBuilding = !profiledCompiler && !langFortran;
|
enableParallelBuilding = !profiledCompiler;
|
||||||
|
|
||||||
patches = []
|
patches = []
|
||||||
++ optional enableParallelBuilding ./parallel-bconfig.patch
|
++ optional enableParallelBuilding ./parallel-bconfig.patch
|
||||||
|
|
Loading…
Reference in a new issue