comparison chipsequtil/tool_dependencies.xml @ 3:7a910b2c72ff draft

Uploaded
author alenail
date Wed, 30 Mar 2016 15:22:19 -0400
parents 87cbd70e029f
children 124231ed2402
comparison
equal deleted inserted replaced
2:87cbd70e029f 3:7a910b2c72ff
6 <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action> 6 <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action>
7 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action> 7 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action>
8 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> 8 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> 11 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
12 </action>
12 </actions> 13 </actions>
13 </install> 14 </install>
14 <readme></readme> 15 <readme></readme>
15 </package> 16 </package>
16 </tool_dependency> 17 </tool_dependency>