changeset 4:82f52c6994a2 draft

Uploaded
author fubar
date Thu, 13 Jun 2013 21:14:28 -0400
parents db5e6a215790
children 12d3de0c085b
files package_matplotlib_lite/tool_dependencies.xml
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/package_matplotlib_lite/tool_dependencies.xml	Thu Jun 13 20:51:09 2013 -0400
+++ b/package_matplotlib_lite/tool_dependencies.xml	Thu Jun 13 21:14:28 2013 -0400
@@ -6,19 +6,19 @@
     <package name="freetype" version="2.4.11">
         <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="package_matplotlib_lite" version="1.2.1">
+   <package name="package_matplotlib_lite" version="1.2.1">
         <install version="1.0">
             <actions>
                 <!-- this lite version is derived from Bjorn's but DOES not compile atlas which will fail on many desktop distributions because of cpu throttling - we use Dan's numpy-lite -->
                 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                        <package name="numpy" toolshed="http://testtoolshed.g2.bx.psu.edu" version="1.7.1">
-                            <repository name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
-                        </package>
-                        <package name="freetype" toolshed="http://testtoolshed.g2.bx.psu.edu" version="2.4.11">
-                            <repository name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
-                        </package>
+                         <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                            <package name="numpy" version="1.7.1" />
+                        </repository>
+                        <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/">
+                            <package name="freetype" version="2.4.11" />
+                        </repository>
                 </action>
                 <!-- install matplotlib -->
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
@@ -36,5 +36,5 @@
             </actions>
         </install>
         <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
-     </package>
+    </package>
 </tool_dependency>