Source: yade
Version: 1.20.0-5
Severity: wishlist
Tags: patch


Hi Maintainer

I disabled parallel builds of yade for all architectures in Ubuntu, as per the attached patch.
It has fixed the FTBFS on amd64 and ppc64el there.

Please consider doing the same so that yade may be sync'd automatically in future.

Regards
Graham

--- yade-1.20.0/debian/rules	2015-10-26 16:57:35.000000000 +0000
+++ yade-1.20.0/debian/rules	2015-11-12 14:50:20.000000000 +0000
@@ -3,13 +3,8 @@
 tmpInstall = $(CURDIR)/debian/tmp
 tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
 
-ifneq (,$(filter $(DEB_HOST_ARCH), arm64))
 %:
 	dh $@ --builddirectory=$(BUILDDIR) --with python2
-else
-%:
-	dh $@ --builddirectory=$(BUILDDIR) --with python2 --parallel
-endif
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
 
-- 
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