[shogun] build unit-tests with full parallelization, too

Björn Esser besser82 at fedoraproject.org
Fri Jun 6 11:27:20 UTC 2014


commit dac87c5eb317d6c256fed0967b953f9572f69995
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Fri Jun 6 13:27:19 2014 +0200

    build unit-tests with full parallelization, too

 shogun.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
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


More information about the scm-commits mailing list