Bug#806469: Parallel build FTBFS on amd64 in Ubuntu

Graham Inggs ginggs at debian.org
Fri Nov 27 18:35:45 UTC 2015


Source: eigen3
Version: 3.3~alpha1-2
Severity: wishlist
Tags: patch

Hi Maintainer

Similar to #805032 [1], I've had to disable parallel builds in order
to get eigen3 to build on amd64 in Ubuntu.

Please consider including the following patch along with your next
upload so that eigen3 may be automatically sync'd in future.


Regards
Graham


[1] https://bugs.debian.org/805032
-------------- next part --------------
--- 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


More information about the debian-science-maintainers mailing list