[yade] 01/02: Drop parallel builds.

Anton Gladky gladk at moszumanska.debian.org
Thu Sep 4 23:28:11 UTC 2014


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

gladk pushed a commit to branch master
in repository yade.

commit dbf4ef889bfac5ec27addbf53f4f0ccc5ef0faaa
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Sep 4 20:15:49 2014 +0200

    Drop parallel builds.
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 23967d8..03f81bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,8 @@ BUILDDIR = $(CURDIR)/debian/build
 tmpInstall = $(CURDIR)/debian/tmp
 tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
 
-noparallelbuild_archs = kfreebsd-amd64 s390x
-parallel_flag = --parallel
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(noparallelbuild_archs)))
-	parallel_flag=
-endif
-
 %:
-	dh $@ --builddirectory=$(BUILDDIR) --with python2 $(parallel_flag)
+	dh $@ --builddirectory=$(BUILDDIR) --with python2
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
 

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



More information about the debian-science-commits mailing list