Mercurial > repos > urgi-team > teiso
view TEiso/tool_dependencies.xml @ 5:4093a2fb58be draft
Deleted selected files
author | urgi-team |
---|---|
date | Tue, 19 Jul 2016 10:59:23 -0400 |
parents | 775f119b9ac2 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="TEiso_Tools" version="1.1"> <install version="1.0"> <actions> <action type="download_by_url">https://urgi.versailles.inra.fr/download/TEiso/TEisotools-1.1.tar.gz</action> <action type="shell_command">python setup_TEiso.py install</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> </package> </tool_dependency>