changeset 3:db5e6a215790 draft

Uploaded
author fubar
date Thu, 13 Jun 2013 20:51:09 -0400
parents 6d12f6830132
children 82f52c6994a2
files package_matplotlib_lite/tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/package_matplotlib_lite/tool_dependencies.xml	Thu Jun 13 07:46:20 2013 -0400
+++ b/package_matplotlib_lite/tool_dependencies.xml	Thu Jun 13 20:51:09 2013 -0400
@@ -1,9 +1,15 @@
 <?xml version="1.0"?>
 <tool_dependency>
-   <package name="package_matplotlib_lite" version="1.2.1">
+    <package name="numpy" version="1.7.1">
+        <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <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">
         <install version="1.0">
             <actions>
-                <!-- this lite version is derived from Bjorn's but DOES not compile atlas - this will fail on many desktop distributions because of cpu throttling - we use Dan's numpy-lite -->
+                <!-- 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">
@@ -30,5 +36,5 @@
             </actions>
         </install>
         <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
-    </package>
+     </package>
 </tool_dependency>