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