[yade] 01/02: Do not use parallel build on arm64

Anton Gladky gladk at moszumanska.debian.org
Mon Oct 26 17:01:29 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 0a7070e78c7502890d1fb2d84e863cdff9e3ed87
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Oct 26 17:57:39 2015 +0100

    Do not use parallel build on arm64
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index fbdc38c..d12cb01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,13 @@ 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