changeset 11:4699815b211a draft

Uploaded
author mzeidler
date Sun, 29 Sep 2013 16:38:28 -0400
parents f38c50cb3fd3
children af2085ce7001
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 26 07:26:58 2013 -0400
+++ b/tool_dependencies.xml	Sun Sep 29 16:38:28 2013 -0400
@@ -2,7 +2,13 @@
     <package name="virana_python" version="1.0">
         <install version="1.0">
             <actions>
-                <action type="shell_command">echo 'Test'</action> 
+                <action type="download_by_url">https://github.com/zeidlermicha/virana/raw/master/Virana-1.0.0.tar.gz</action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
+                <action type="set_environment">
+                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
             </actions>
         </install>
     </package>
@@ -56,7 +62,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 +77,4 @@
             </actions>
         </install>
     </package>
-   
 </tool_dependency>
\ No newline at end of file