changeset 15:783a14714c2f

Uploaded
author bgruening
date Thu, 25 Apr 2013 04:06:31 -0400
parents 27be143d844e
children 966ba30d800e
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Apr 25 03:48:33 2013 -0400
+++ b/tool_dependencies.xml	Thu Apr 25 04:06:31 2013 -0400
@@ -11,6 +11,9 @@
     <package name="matplotlib" version="1.2.1">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
+
+
                 <action type="set_environmnet_for_install">
                     <package name="numpy" version="1.7.1">
                         <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
@@ -22,7 +25,9 @@
                     </package>
                 </action>
                 <action type="make_directory">echo $FREETYPE_INCLUDE_DIR</action>
-                <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
+
+
+
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 
                     export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIRfreetype2/ &amp;&amp;