changeset 4:ec80bba4bccb

Uploaded
author bgruening
date Sat, 11 May 2013 16:06:57 -0400
parents c3041382815c
children 22be3a20e7f3
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Apr 15 18:21:40 2013 -0400
+++ b/tool_dependencies.xml	Sat May 11 16:06:57 2013 -0400
@@ -7,10 +7,11 @@
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &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 name="PYTHONPATH_NUMPY" action="set_to">$INSTALL_DIR/lib/python</environment_variable>
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>
-        <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran).</readme>
+        <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY.</readme>
     </package>
 </tool_dependency>