forked from mirrors/nixpkgs
atlas: disable parallel building
This commit is contained in:
parent
b8e1e7191e
commit
4d50d79bc8
|
@ -100,7 +100,9 @@ stdenv.mkDerivation {
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# 1. /buildATLAS/build/bin/ATLrun.sh: multiple segfaults.
|
||||||
|
# 2. "atlas does its own parallel builds"
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://math-atlas.sourceforge.net/;
|
homepage = http://math-atlas.sourceforge.net/;
|
||||||
|
|
Loading…
Reference in a new issue