changeset 18:384f93a14b47 draft

try static build to resolve missing libraries
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 21:22:17 -0400
parents c57efec65750
children 46adf78139ee
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 17 20:37:28 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 17 21:22:17 2013 -0400
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <tool_dependency>
   <package name="sra_toolkit" version="2.3.2-4">
-    <install version="1.0">
+    <install version="1.0.1">
       <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 static</action>
 	<action type="shell_command">make</action>
 	<action type="make_directory">$INSTALL_DIR/bin</action>
 	<action type="shell_command">cp --recursive --dereference bin64/* $INSTALL_DIR/bin</action>