atlas: disable parallel building

This commit is contained in:
Orivej Desh 2017-11-22 06:48:46 +00:00
parent b8e1e7191e
commit 4d50d79bc8

View File

@ -100,7 +100,9 @@ stdenv.mkDerivation {
fi
'';
enableParallelBuilding = true;
# 1. /buildATLAS/build/bin/ATLrun.sh: multiple segfaults.
# 2. "atlas does its own parallel builds"
enableParallelBuilding = false;
meta = {
homepage = http://math-atlas.sourceforge.net/;