yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09016
[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, experimental, updated. debian/0.80.1-2-13-g92f3803
The following commit has been merged in the experimental branch:
commit 2c57531c67f3d6c7a03d269b4d50bcb4edafdfb7
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: Mon Nov 19 18:04:19 2012 +0100
Do not use --parallel option to escape memory exhausting.
diff --git a/debian/rules b/debian/rules
index f58cc52..5351fc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ tmpInstall = $(CURDIR)/debian/tmp
tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
%:
- dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+ dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
--
Yet Another Dynamic Engine. Platform for discrete element modeling.