[eigen3] 01/04: Drop parallel build to make Ubuntu happier. (Closes: #806469)
Anton Gladky
gladk at moszumanska.debian.org
Thu Dec 10 19:54:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository eigen3.
commit 84c35b577bb868a49de04ffa275901a7a346ce7d
Author: Graham Inggs <ginggs at debian.org>
Date: Thu Dec 10 20:41:35 2015 +0100
Drop parallel build to make Ubuntu happier. (Closes: #806469)
---
debian/rules | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 380121f..af9cb4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,15 +2,10 @@
BUILDDIR = $(CURDIR)/debian/build
%:
- dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+ dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- MAKEFLAGS += -j$(NUMJOBS)
-endif
-
sse_archs = amd64 i386 kfreebsd-amd64 kfreebsd-i386
extra_flags += -DDART_TESTING_TIMEOUT=300
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git
More information about the debian-science-commits
mailing list