Mercurial > repos > bgruening > package_matplotlib_1_2
diff tool_dependencies.xml @ 20:64b20a011233
Uploaded
author | bgruening |
---|---|
date | Sat, 11 May 2013 16:07:19 -0400 |
parents | ae165d9e610a |
children | f2c19c75befd |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Apr 25 10:55:41 2013 -0400 +++ b/tool_dependencies.xml Sat May 11 16:07:19 2013 -0400 @@ -25,7 +25,7 @@ <!-- install matplotlib --> <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY && export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && export LIBRARY_PATH=$FREETYPE_LIB_DIR && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>