changeset 7:d28dad5e2c02 draft

debugging automatic SRA build and install
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 13:37:47 -0400
parents 3354ec70c0ff
children e40b9582d80f
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 17 13:16:16 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 17 13:37:47 2013 -0400
@@ -5,10 +5,9 @@
       <actions>
 	<action type="download_by_url">http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.3.2-4/sra_sdk-2.3.2-4.tar.gz</action>
 	<action type="shell_command">make release</action>
+	<action type="shell_command">make dynamic</action>
 	<action type="shell_command">make</action>
-	<action type="shell_command">bash -c "if [[ $(uname -m) =~ x86_64 ]]; then export BIN='bin64'; elif [[ $(uname -m) =~ i.86 ]]; then export BIN='bin32'; fi"</action>
-	<action type="shell_command">mv bin32/* $INSTALL_DIR/bin</action>
-	<action type="shell_command">mv bin64/* $INSTALL_DIR/bin</action>
+	<action type="shell_command">mv bin* $INSTALL_DIR/bin</action>
 	<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
       </actions>
     </install>