Mercurial > repos > bgruening > package_matplotlib_1_2
comparison tool_dependencies.xml @ 27:c888aa8ed318
ChemicalToolBoX update.
| author | Bjoern Gruening <bjoern.gruening@gmail.com> |
|---|---|
| date | Sat, 01 Jun 2013 20:02:26 +0200 |
| parents | 44e09779f3e2 |
| children | 293ce490fc22 |
comparison
equal
deleted
inserted
replaced
| 26:44e09779f3e2 | 27:c888aa8ed318 |
|---|---|
| 15 <!-- populate the environment variables from the dependend repos --> | 15 <!-- populate the environment variables from the dependend repos --> |
| 16 <action type="set_environment_for_install"> | 16 <action type="set_environment_for_install"> |
| 17 <repository changeset_revision="ad6ebe2c75ef" name="package_numpy_1_7" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 17 <repository changeset_revision="ad6ebe2c75ef" name="package_numpy_1_7" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
| 18 <package name="numpy" version="1.7.1" /> | 18 <package name="numpy" version="1.7.1" /> |
| 19 </repository> | 19 </repository> |
| 20 </action> | |
| 21 <action type="set_environment_for_install"> | |
| 22 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 20 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
| 23 <package name="freetype" version="2.4.11" /> | 21 <package name="freetype" version="2.4.11" /> |
| 24 </repository> | 22 </repository> |
| 25 </action> | 23 </action> |
| 26 | 24 |
| 30 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && | 28 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && |
| 31 export LIBRARY_PATH=$FREETYPE_LIB_DIR && | 29 export LIBRARY_PATH=$FREETYPE_LIB_DIR && |
| 32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | 30 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> |
| 33 <action type="set_environment"> | 31 <action type="set_environment"> |
| 34 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 32 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 33 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
| 34 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 35 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> | |
| 35 </action> | 36 </action> |
| 36 </actions> | 37 </actions> |
| 37 </install> | 38 </install> |
| 38 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> | 39 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> |
| 39 </package> | 40 </package> |
