3
0
Fork 0
forked from mirrors/nixpkgs

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 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/;