Mercurial > repos > iuc > package_matplotlib_1_2
comparison tool_dependencies.xml @ 3:d639ff3d6b6e draft
Uploaded
author | bgruening |
---|---|
date | Tue, 25 Feb 2014 12:36:16 -0500 |
parents | dceff6072512 |
children | fe60617380df |
comparison
equal
deleted
inserted
replaced
2:dceff6072512 | 3:d639ff3d6b6e |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="numpy" version="1.7.1"> | 3 <package name="numpy" version="1.7.1"> |
4 <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="freetype" version="2.4.11"> | 6 <package name="freetype" version="2.4.11"> |
7 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
8 </package> | |
9 <package name="libpng" version="1.6.7"> | |
10 <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
8 </package> | 11 </package> |
9 <package name="matplotlib" version="1.2.1"> | 12 <package name="matplotlib" version="1.2.1"> |
10 <install version="1.0"> | 13 <install version="1.0"> |
11 <actions> | 14 <actions> |
12 <!-- first action is always downloading --> | 15 <!-- first action is always downloading --> |
13 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> | 16 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> |
14 | 17 |
15 <!-- populate the environment variables from the dependend repos --> | 18 <!-- populate the environment variables from the dependend repos --> |
16 <action type="set_environment_for_install"> | 19 <action type="set_environment_for_install"> |
17 <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | 20 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
18 <package name="numpy" version="1.7.1" /> | 21 <package name="numpy" version="1.7.1" /> |
19 </repository> | 22 </repository> |
20 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
21 <package name="freetype" version="2.4.11" /> | 24 <package name="freetype" version="2.4.11" /> |
25 </repository> | |
26 <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> | |
27 <package name="libpng" version="1.6.7" /> | |
22 </repository> | 28 </repository> |
23 </action> | 29 </action> |
24 | 30 |
25 <!-- install matplotlib --> | 31 <!-- install matplotlib --> |
26 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 32 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
27 <action type="shell_command"> | 33 <action type="shell_command"> |
28 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY && | 34 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY && |
29 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && | 35 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/:${LIBPNG_ROOT}/include && |
30 export LIBRARY_PATH=$FREETYPE_LIB_DIR && | 36 export LIBRARY_PATH=$FREETYPE_LIB_DIR:${LIBPNG_ROOT}/lib && |
31 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 37 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
32 </action> | 38 </action> |
33 <action type="set_environment"> | 39 <action type="set_environment"> |
34 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 40 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
35 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 41 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
36 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | 42 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> |
37 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> | 43 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> |
38 </action> | 44 </action> |
39 </actions> | 45 </actions> |
40 </install> | 46 </install> |
41 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> | 47 <readme>Compiling matplotlib requires a C compiler (typically gcc). To gain addidtiona performance pleae make sure you have ATLAS and BLAS installed.</readme> |
42 </package> | 48 </package> |
43 </tool_dependency> | 49 </tool_dependency> |