lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

atlas: disable parallel building

+3 -1
+3 -1
pkgs/development/libraries/science/math/atlas/default.nix
··· 100 100 fi 101 101 ''; 102 102 103 - enableParallelBuilding = true; 103 + # 1. /buildATLAS/build/bin/ATLrun.sh: multiple segfaults. 104 + # 2. "atlas does its own parallel builds" 105 + enableParallelBuilding = false; 104 106 105 107 meta = { 106 108 homepage = http://math-atlas.sourceforge.net/;