changeset 0:318cc0e34b70 draft

Uploaded
author qfab
date Tue, 02 Sep 2014 03:23:32 -0400
parents
children 4b020aac62fe
files tool_dependencies.xml
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Sep 02 03:23:32 2014 -0400
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+  <tool_dependency>
+    <package name="opal" version="2.4.1">
+    <install version="1.0">
+    <actions>
+      <action type="download_by_url">http://sourceforge.net/projects/opaltoolkit/files/opal-python/2.4/opal-py-2.4.1.tar.gz/download</action>
+	  <action type="move_directory_files">
+        <source_directory>.</source_directory>
+        <destination_directory>$INSTALL_DIR</destination_directory>
+      </action>
+      <action type="make_directory">$INSTALL_DIR/prereqs/ZSI-lib</action>
+      <action type="shell_command">
+      export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/prereqs/ZSI-lib &amp;&amp; 
+      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
+      </action>
+      <action type="set_environment">
+      <environment_variable action="set_to" name="PYTHONPATH_OPAL">$INSTALL_DIR</environment_variable>
+      <environment_variable action="set_to" name="PYTHONPATH_ZSI">$INSTALL_DIR/prereqs/ZSI-lib</environment_variable>
+      </action>
+    </actions>
+    </install>
+    <readme>Meme Web Service requires a ZSI and Opal Libraries.</readme>
+    </package>
+  </tool_dependency>