tags 1055625 + patch
thanks

Ok, thanks to the fact that the package is reproducible, I've just
checked that the package builds the same regardless of NPROCS
being set to 1 or 2 in debian/rules.

Therefore, we can build it using NPROCS = 1 for everybody,
and nothing is lost. As I said before, this is a small
package and there is no real benefit by running the
tests in parallel.

Proposed patch follows.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export USE_TRILINOS=1
 export ZOLTAN_INCLUDE=/usr/include/trilinos
 export ZOLTAN_LIBRARY=/usr/lib
-NPROCS?=2
+
+NPROCS = 1
 export NPROCS
 
 export PYBUILD_NAME=pyzoltan

Reply via email to