Mercurial > repos > qfab > package_opal_2_4_1
comparison tool_dependencies.xml @ 0:7b3a57b17ef5 draft default tip
Uploaded
| author | qfab |
|---|---|
| date | Tue, 02 Sep 2014 04:20:29 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7b3a57b17ef5 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="opal" version="2.4.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://sourceforge.net/projects/opaltoolkit/files/opal-python/2.4/opal-py-2.4.1.tar.gz/download</action> | |
| 7 <action type="move_directory_files"> | |
| 8 <source_directory>.</source_directory> | |
| 9 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 10 </action> | |
| 11 <action type="make_directory">$INSTALL_DIR/prereqs/ZSI-lib</action> | |
| 12 <action type="shell_command"> | |
| 13 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/prereqs/ZSI-lib && | |
| 14 easy_install --install-dir $INSTALL_DIR/prereqs/ZSI-lib --script-dir $INSTALL_DIR/prereqs/ZSI-lib $INSTALL_DIR/prereqs/ZSI-2.1_a2-py2.6.egg | |
| 15 </action> | |
| 16 <action type="set_environment"> | |
| 17 <environment_variable action="set_to" name="PYTHONPATH_OPAL">$INSTALL_DIR</environment_variable> | |
| 18 <environment_variable action="set_to" name="PYTHONPATH_ZSI">$INSTALL_DIR/prereqs/ZSI-lib</environment_variable> | |
| 19 </action> | |
| 20 </actions> | |
| 21 </install> | |
| 22 <readme>Meme Web Service requires a ZSI and Opal Libraries.</readme> | |
| 23 </package> | |
| 24 </tool_dependency> |
