From 7ffd95f5e34fdcf93cfbba58ca9464e128f68869 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 21 Nov 2019 13:47:51 +0100 Subject: Disable parallel builds. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 387a0c15..9a04a8b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ gudhi (3.0.0+dfsg-4) UNRELEASED; urgency=medium * Drop 0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch in favor of CMake option. + * Disable parallel builds. A lot of buildds seem to be swapping out, and + some Ubuntu ones run out of memory outright. - -- Gard Spreemann Fri, 08 Nov 2019 21:15:16 +0100 + -- Gard Spreemann Thu, 21 Nov 2019 13:47:24 +0100 gudhi (3.0.0+dfsg-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c10ca7fa..182165f3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ PY3VERS:=$(shell py3versions -vs) DEFAULT_PY3VER=$(shell py3versions -vd) REMAINING_PY3VERS:=$(filter-out $(DEFAULT_PY3VER), $(PY3VERS)) -DHFLAGS+=--buildsystem=cmake +DHFLAGS+=--buildsystem=cmake --no-parallel # The buildds run out of memory on some architectures. On those, we # force non-parallel building. -- cgit v1.2.3