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