[liggghts] 01/04: Do not use parallel build. Fails on some platforms.

Anton Gladky gladk at moszumanska.debian.org
Sat Nov 5 14:51:38 UTC 2016


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

gladk pushed a commit to branch master
in repository liggghts.

commit 8031b0e5146dbfbe025e4a160fdd2eec5e42de97
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Nov 5 15:42:50 2016 +0100

    Do not use parallel build. Fails on some platforms.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c08bf3f..aa45abb 100644
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 BUILDDIR = $(CURDIR)/debian/build
 
 %:
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
 
 export OMPI_MCA_plm_rsh_agent=/bin/false		#workaround to start MPI-applications in chroot
 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/liggghts.git



More information about the debian-science-commits mailing list