comparison tool_dependencies.xml @ 2:c3b5cd4e5ce4 draft

Uploaded
author bgruening
date Fri, 27 Jun 2014 20:16:32 -0400
parents d031f8824405
children 16add262be4e
comparison
equal deleted inserted replaced
1:d031f8824405 2:c3b5cd4e5ce4
64 </repository> 64 </repository>
65 </action> 65 </action>
66 66
67 <action type="autoconf" /> 67 <action type="autoconf" />
68 68
69 <action type="download_file">https://bootstrap.pypa.io/get-pip.py</action>
70 <action type="move_file">
71 <source>get-pip.py</source>
72 <destination>$INSTALL_DIR/bin/pip</destination>
73 </action>
74 <action type="chmod">
75 <file mode="750">$INSTALL_DIR/bin/pip</file>
76 </action>
77
69 <action type="set_environment"> 78 <action type="set_environment">
70 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 79 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
71 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> 80 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>
72 <!-- clear PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path. --> 81 <!-- clear PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path. -->
73 <environment_variable action="set_to" name="PYTHONPATH" /> 82 <environment_variable action="set_to" name="PYTHONPATH" />