annotate tool_dependencies.xml @ 0:318cc0e34b70 draft

Uploaded
author qfab
date Tue, 02 Sep 2014 03:23:32 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
1 <?xml version="1.0"?>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
2 <tool_dependency>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
3 <package name="opal" version="2.4.1">
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
4 <install version="1.0">
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
5 <actions>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
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>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
7 <action type="move_directory_files">
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
8 <source_directory>.</source_directory>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
10 </action>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
11 <action type="make_directory">$INSTALL_DIR/prereqs/ZSI-lib</action>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
12 <action type="shell_command">
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
13 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/prereqs/ZSI-lib &amp;&amp;
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
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
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
15 </action>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
16 <action type="set_environment">
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
17 <environment_variable action="set_to" name="PYTHONPATH_OPAL">$INSTALL_DIR</environment_variable>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
18 <environment_variable action="set_to" name="PYTHONPATH_ZSI">$INSTALL_DIR/prereqs/ZSI-lib</environment_variable>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
19 </action>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
20 </actions>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
21 </install>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
22 <readme>Meme Web Service requires a ZSI and Opal Libraries.</readme>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
23 </package>
318cc0e34b70 Uploaded
qfab
parents:
diff changeset
24 </tool_dependency>