atlas: disable parallel building
This commit is contained in:
@@ -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/;
|
||||||
|
|||||||
Reference in New Issue
Block a user