From dac87c5eb317d6c256fed0967b953f9572f69995 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Jun 06 2014 11:27:19 +0000 Subject: build unit-tests with full parallelization, too --- diff --git a/shogun.spec b/shogun.spec index eb37100..8be67ec 100644 --- a/shogun.spec +++ b/shogun.spec @@ -726,7 +726,7 @@ pushd build .. # Build the library with full parallelization first. -make %{?_smp_mflags} shogun +make %{?_smp_mflags} shogun unit-tests # Build the rest (SWIG-generated bindings) with less parallelization, because # of memory-limits (4 GBytes RAM / 4 GBytes swap) on Koji-workers. A single @@ -763,7 +763,7 @@ pushd %{py3dir}/build .. # Build the library with full parallelization first. -make %{?_smp_mflags} shogun +make %{?_smp_mflags} shogun unit-tests # Build the rest (SWIG-generated bindings) with less parallelization, because # of memory-limits (4 GBytes RAM / 4 GBytes swap) on Koji-workers. A single