changeset 22:d97ad8847fc4

Uploaded
author bgruening
date Thu, 23 May 2013 17:27:20 -0400
parents f2c19c75befd
children 476a503cfcb3
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat May 11 17:08:29 2013 -0400
+++ b/tool_dependencies.xml	Thu May 23 17:27:20 2013 -0400
@@ -1,9 +1,10 @@
+<?xml version="1.0"?>
 <tool_dependency>
     <package name="numpy" version="1.7.1">
-       <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="ec80bba4bccb" prior_installation_required="True" />
+       <repository changeset_revision="7283651b62fe" name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="freetype" version="2.4.11">
-        <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" />
+        <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="matplotlib" version="1.2.1">
         <install version="1.0">
@@ -13,12 +14,12 @@
 
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                    <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="ec80bba4bccb">
+                    <repository changeset_revision="7283651b62fe" name="package_numpy_1_7" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
                         <package name="numpy" version="1.7.1" />
                     </repository>
                 </action>
                 <action type="set_environment_for_install">
-                    <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25">
+                    <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
                         <package name="freetype" version="2.4.11" />
                     </repository>
                 </action>
@@ -30,7 +31,7 @@
                     export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp; 
                     python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
-                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                 </action>
             </actions>
         </install>