[yade] 01/02: Disable parallel build (fails due to RAM consumption)

Anton Gladky gladk at alioth.debian.org
Tue Oct 1 18:05:58 UTC 2013


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

gladk pushed a commit to branch master
in repository yade.

commit 2b4cc97a2f18ff86441938031926148fb2362d4a
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Oct 1 19:14:26 2013 +0200

    Disable parallel build (fails due to RAM consumption)
---
 debian/rules |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3e4b9b7..f0c6f6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,8 @@ BUILDDIR = $(CURDIR)/debian/build
 tmpInstall = $(CURDIR)/debian/tmp
 tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
 
-parallelbuild_archs = amd64 i386
-parallel_flag = --parallel
-ifeq (,$(filter $(DEB_HOST_ARCH),$(parallelbuild_archs)))
-	parallel_flag=
-endif
-
 %:
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python2 $(parallel_flag)
+	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python2 
 
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

-- 
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