shogun: disable paralllel building
... to avoid sporadic failures
This commit is contained in:
parent
6548559061
commit
b3d50c7afa
@ -52,6 +52,10 @@ stdenv.mkDerivation rec {
|
||||
++ (optional (opencvSupport) "-DOpenCV=ON")
|
||||
;
|
||||
|
||||
# Previous attempts to fix parallel builds (see patch above) were not entirely successful.
|
||||
# Sporadic build failures still exist. Dislable parallel builds for now.
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
|
||||
homepage = "http://shogun-toolbox.org/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user