changeset 0:d852d0b557c1 draft

Uploaded
author bgruening
date Sun, 29 Jun 2014 13:42:52 -0400
parents
children 15697b5e3074
files tool_dependencies.xml
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Jun 29 13:42:52 2014 -0400
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="3.4">
+        <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="numpy" version="1.8.1">
+        <install version="1.0">
+            <actions>
+                <action type="setup_python_environment">
+                   <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                       <package name="python" version="3.4" />
+                   </repository>
+                    <!-- allow downloading and installing an Python package from https://pypi.org/ -->
+                    <package>https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz</package>
+                </action>
+
+                <action type="set_environment">
+                    <environment_variable action="set_to" name="TEST_ENV_VAR">$INSTALL_DIR</environment_variable>
+                </action>
+
+            </actions>
+        </install>
+        <readme>
+            Test repository for easy installation of R packages.
+        </readme>
+    </package>
+</tool_dependency>