changeset 54:e52c7d8c2998 draft

Uploaded
author mzeidler
date Sun, 29 Sep 2013 10:14:28 -0400
parents ae57473347db
children d0844d056052
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 26 07:06:54 2013 -0400
+++ b/tool_dependencies.xml	Sun Sep 29 10:14:28 2013 -0400
@@ -2,7 +2,8 @@
     <package name="virana_python" version="1.0">
         <install version="1.0">
             <actions>
-                <action type="shell_command">echo 'Test'</action> 
+                <action type="setup_virtualenv"> https://github.com/zeidlermicha/virana/raw/master/Virana-1.0.0.tar.gz
+                                                 </action>
             </actions>
         </install>
     </package>
@@ -56,7 +57,6 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url" target_filename="lastz-distrib-1.02.00.tar.gz">http://www.bx.psu.edu/miller_lab/dist/lastz-1.02.00.tar.gz</action>
-                <action type="shell_command">sed -i 's/-Werror//g' src/Makefile</action>
                 <action type="shell_command">make</action>
                 <action type="move_file">
                          <source>src/lastz</source>
@@ -72,5 +72,4 @@
             </actions>
         </install>
     </package>
-   
 </tool_dependency>
\ No newline at end of file