comparison tool_dependencies.xml @ 0:a476c1177222 draft

Uploaded
author iuc
date Mon, 08 Jul 2013 10:17:54 -0400
parents
children 966f29c955b9
comparison
equal deleted inserted replaced
-1:000000000000 0:a476c1177222
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="numpy" version="1.7.1">
4 <repository changeset_revision="ad6ebe2c75ef" name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="freetype" version="2.4.11">
7 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="matplotlib" version="1.2.1">
10 <install version="1.0">
11 <actions>
12 <!-- 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>
14
15 <!-- populate the environment variables from the dependend repos -->
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">
18 <package name="numpy" version="1.7.1" />
19 </repository>
20 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
21 <package name="freetype" version="2.4.11" />
22 </repository>
23 </action>
24
25 <!-- install matplotlib -->
26 <action type="make_directory">$INSTALL_DIR/lib/python</action>
27 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY &amp;&amp;
28 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ &amp;&amp;
29 export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp;
30 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
31 <action type="set_environment">
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>
36 </action>
37 </actions>
38 </install>
39 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
40 </package>
41 </tool_dependency>