Mercurial > repos > iuc > package_matplotlib_1_2
changeset 3:d639ff3d6b6e draft
Uploaded
author | bgruening |
---|---|
date | Tue, 25 Feb 2014 12:36:16 -0500 |
parents | dceff6072512 |
children | fe60617380df |
files | tool_dependencies.xml |
diffstat | 1 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Dec 11 12:50:32 2013 -0500 +++ b/tool_dependencies.xml Tue Feb 25 12:36:16 2014 -0500 @@ -1,11 +1,14 @@ <?xml version="1.0"?> <tool_dependency> <package name="numpy" version="1.7.1"> - <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> </package> <package name="freetype" version="2.4.11"> <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> </package> + <package name="libpng" version="1.6.7"> + <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> <package name="matplotlib" version="1.2.1"> <install version="1.0"> <actions> @@ -14,20 +17,23 @@ <!-- populate the environment variables from the dependend repos --> <action type="set_environment_for_install"> - <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> + <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> <package name="numpy" version="1.7.1" /> </repository> <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> <package name="freetype" version="2.4.11" /> </repository> + <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> + <package name="libpng" version="1.6.7" /> + </repository> </action> <!-- install matplotlib --> <action type="make_directory">$INSTALL_DIR/lib/python</action> <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 && + export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/:${LIBPNG_ROOT}/include && + export LIBRARY_PATH=$FREETYPE_LIB_DIR:${LIBPNG_ROOT}/lib && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> @@ -38,6 +44,6 @@ </action> </actions> </install> - <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> + <readme>Compiling matplotlib requires a C compiler (typically gcc). To gain addidtiona performance pleae make sure you have ATLAS and BLAS installed.</readme> </package> </tool_dependency>