Description: build in single thread
 Upstream builds this in 8 threads, which might overwhelm weaker machines.
Author: Sascha Steinbiss <satta@debian.org>
--- a/assembler/spades_compile.sh
+++ b/assembler/spades_compile.sh
@@ -20,6 +20,6 @@
 set -e
 cd "$BASEDIR/$BUILD_DIR"
 cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$PREFIX" $* "$BASEDIR/src"
-make -j 8
+make -j 1
 make install
 cd $PREFIX
