[yade] 01/02: Disable parallel builds. (Closes: #805032)
    Anton Gladky 
    gladk at moszumanska.debian.org
       
    Fri Nov 13 20:07:40 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository yade.
commit 87574cb281dc6606b37783a4e9b481c895226714
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Nov 13 21:04:48 2015 +0100
    Disable parallel builds. (Closes: #805032)
    
    Thanks, Graham!
---
 debian/rules | 5 -----
 1 file changed, 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index d12cb01..5f7bf46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,8 @@ BUILDDIR = $(CURDIR)/debian/build
 tmpInstall = $(CURDIR)/debian/tmp
 tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
 
-ifneq (,$(filter $(DEB_HOST_ARCH), arm64))
 %:
 	dh $@ --builddirectory=$(BUILDDIR) --with python2
-else
-%:
-	dh $@ --builddirectory=$(BUILDDIR) --with python2 --parallel
-endif
 
 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