mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
atlas: disable parallel building
This commit is contained in:
parent
b8e1e7191e
commit
4d50d79bc8
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user