summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 2 deletions
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 <gspr@nonempty.org> Fri, 08 Nov 2019 21:15:16 +0100
+ -- Gard Spreemann <gspr@nonempty.org> 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.