changeset 23:b94593ba997b

Can't use concurrency.
author Matt Shirley <mdshw5@gmail.com>
date Mon, 30 Mar 2015 21:23:35 -0400
parents 4102c1600aa0
children 22d9fe442c50
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Mar 30 21:13:09 2015 -0400
+++ b/tool_dependencies.xml	Mon Mar 30 21:23:35 2015 -0400
@@ -13,15 +13,15 @@
             LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib
             cd $INSTALL_DIR/src/ncbi-vdb
             ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build
-            make -j2
+            make
             make install
             cd $INSTALL_DIR/ngs/ngs-sdk
             ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build
-            make -j2
+            make
             make install
             cd $INSTALL_DIR/src/sra-tools
             ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build --with-ncbi-vdb-build=$INSTALL_DIR/build --with-ncbi-vdb-sources=$INSTALL_DIR/src/ncbi-vdb --with-ngs-sdk-prefix=$INSTALL_DIR
-            make -j2
+            make
             make install
             sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" $INSTALL_DIR/lib64/ncbi/default.kfg
         </action>