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
--- 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
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to