Mercurial > repos > bgruening > package_matplotlib_1_2
comparison tool_dependencies.xml @ 3:a56dac46fc2d
Uploaded
| author | bgruening |
|---|---|
| date | Mon, 15 Apr 2013 18:22:21 -0400 |
| parents | e129aeb73021 |
| children | 4dddf41a0761 |
comparison
equal
deleted
inserted
replaced
| 2:e129aeb73021 | 3:a56dac46fc2d |
|---|---|
| 1 <tool_dependency> | 1 <tool_dependency> |
| 2 <!-- ToDo: numpy dependency, install numpy beforehand. | 2 <!-- ToDo: numpy dependency, install numpy beforehand. |
| 3 install freetype | |
| 4 http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2 | |
| 5 export CPLUS_INCLUDE_PATH=/home/bag/test/freetype/bin/include:/home/bag/test/freetype/bin/include/freetype2/ | |
| 6 export LIBRARY_PATH=/home/bag/test/freetype/bin/lib/ | |
| 7 --> | 3 --> |
| 4 <package name="numpy" version="1.7.1"> | |
| 5 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" /> | |
| 6 </package> | |
| 8 <package name="matplotlib" version="1.2.1"> | 7 <package name="matplotlib" version="1.2.1"> |
| 9 <install version="1.0"> | 8 <install version="1.0"> |
| 10 <actions> | 9 <actions> |
| 11 <action type="download_by_url">https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> | 10 <action type="download_by_url">https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> |
| 12 <action type="shell_command">wget http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action> | 11 <action type="shell_command">wget http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action> |
| 20 export CPLUS_INCLUDE_PATH=$INSTALL_DIR/freetype/build/include:$INSTALL_DIR/freetype/build/include/freetype2/ && | 19 export CPLUS_INCLUDE_PATH=$INSTALL_DIR/freetype/build/include:$INSTALL_DIR/freetype/build/include/freetype2/ && |
| 21 export LIBRARY_PATH=$INSTALL_DIR/freetype/build/lib/ && | 20 export LIBRARY_PATH=$INSTALL_DIR/freetype/build/lib/ && |
| 22 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | 21 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> |
| 23 <action type="set_environment"> | 22 <action type="set_environment"> |
| 24 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | 23 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> |
| 25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 26 </action> | 24 </action> |
| 27 </actions> | 25 </actions> |
| 28 </install> | 26 </install> |
| 29 <readme>Compiling matplotlib requires a Ccompiler (typically gcc), freetype2, numpy and libpng.</readme> | 27 <readme>Compiling matplotlib requires a C compiler (typically gcc), freetype2, numpy and libpng.</readme> |
| 30 </package> | 28 </package> |
| 31 </tool_dependency> | 29 </tool_dependency> |
