[sagemath] 01/01: Fix parallel doctesting by appending -jX to MAKE.

Tobias Hansen thansen at moszumanska.debian.org
Thu Aug 4 13:02:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 855da5811282192fcb05f61be2a07cd6a34c3c6c
Author: Tobias Hansen <thansen at debian.org>
Date:   Thu Aug 4 13:02:39 2016 +0000

    Fix parallel doctesting by appending -jX to MAKE.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 329eba0..c512b90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ VERSION := $(shell dpkg-parsechangelog -S Version| sed 's@\(.\+\)-.\+@\1@')
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	MAKEFLAGS += -j$(NUMJOBS)
+	export MAKE = make -j$(NUMJOBS)
 else
-	MAKEFLAGS += -j5
+	export MAKE = make -j5
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list