changeset 3:a56dac46fc2d

Uploaded
author bgruening
date Mon, 15 Apr 2013 18:22:21 -0400
parents e129aeb73021
children 4dddf41a0761
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Apr 12 11:54:47 2013 -0400
+++ b/tool_dependencies.xml	Mon Apr 15 18:22:21 2013 -0400
@@ -1,10 +1,9 @@
 <tool_dependency>
     <!-- ToDo: numpy dependency, install numpy beforehand. 
-    install freetype
-    http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2
-    export CPLUS_INCLUDE_PATH=/home/bag/test/freetype/bin/include:/home/bag/test/freetype/bin/include/freetype2/
-    export LIBRARY_PATH=/home/bag/test/freetype/bin/lib/
     -->
+    <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" />
+    </package>
     <package name="matplotlib" version="1.2.1">
         <install version="1.0">
             <actions>
@@ -22,10 +21,9 @@
                     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 name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>
-        <readme>Compiling matplotlib requires a Ccompiler (typically gcc), freetype2, numpy and libpng.</readme>
+        <readme>Compiling matplotlib requires a C compiler (typically gcc), freetype2, numpy and libpng.</readme>
     </package>
 </tool_dependency>