[med-svn] [spades] 02/05: build code in single thread

Sascha Steinbiss sascha at steinbiss.name
Sat Feb 6 20:46:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository spades.

commit aa4afa517da869b35f2630670c96449123b2faa4
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Sat Feb 6 19:45:26 2016 +0000

    build code in single thread
---
 debian/patches/0110_build_single_thread.patch | 10 ++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/0110_build_single_thread.patch b/debian/patches/0110_build_single_thread.patch
new file mode 100644
index 0000000..44b187d
--- /dev/null
+++ b/debian/patches/0110_build_single_thread.patch
@@ -0,0 +1,10 @@
+--- a/spades_compile.sh
++++ b/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
diff --git a/debian/patches/series b/debian/patches/series
index 51aef25..ce92b7a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@
 # bamtools-cmake.patch
 # use-debian-packaged-bamtools.patch   ## <<-- does not work - see patch description
 # use-debian-packaged-yaml-cpp.patch   ## <<-- does not work - see patch description
+0110_build_single_thread.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git



More information about the debian-med-commit mailing list