0
|
1 <tool_dependency>
|
9
|
2 <package name="numpy" version="1.7.1">
|
14
|
3 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" prior_installation_required="True" />
|
9
|
4 </package>
|
|
5 <package name="freetype" version="2.4.11">
|
11
|
6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" />
|
9
|
7 </package>
|
1
|
8 <package name="matplotlib" version="1.2.1">
|
0
|
9 <install version="1.0">
|
|
10 <actions>
|
15
|
11 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
|
|
12
|
|
13
|
17
|
14 <action type="set_environment_for_install">
|
7
|
15 <package name="numpy" version="1.7.1">
|
|
16 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
|
|
17 </package>
|
|
18 </action>
|
17
|
19 <action type="set_environment_for_install">
|
8
|
20 <package name="freetype" version="2.4.11">
|
11
|
21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" />
|
8
|
22 </package>
|
|
23 </action>
|
16
|
24 <action type="shell_command">echo $FREETYPE_INCLUDE_DIR</action>
|
15
|
25
|
|
26
|
|
27
|
0
|
28 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
1
|
29 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
18
|
30 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ &&
|
12
|
31 export LIBRARY_PATH=$FREETYPE_LIB_DIR &&
|
1
|
32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
|
0
|
33 <action type="set_environment">
|
|
34 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
|
|
35 </action>
|
|
36 </actions>
|
|
37 </install>
|
7
|
38 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
|
0
|
39 </package>
|
|
40 </tool_dependency>
|