comparison tool_dependencies.xml @ 3:de9c362fb3f2 draft

Uploaded
author bgruening
date Wed, 23 Jul 2014 05:11:21 -0400
parents 85b7ddf90888
children b08a9f0f28ec
comparison
equal deleted inserted replaced
2:85b7ddf90888 3:de9c362fb3f2
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="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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="fe5cfaf931ff" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 7 <repository changeset_revision="fe5cfaf931ff" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package> 8 </package>
9 <package name="libpng" version="1.6.7"> 9 <package name="libpng" version="1.6.7">
10 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
11 </package>
12 <package name="zlib" version="1.2.8">
13 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
11 </package> 14 </package>
12 <package name="matplotlib" version="1.2.1"> 15 <package name="matplotlib" version="1.2.1">
13 <install version="1.0"> 16 <install version="1.0">
14 <actions> 17 <actions>
15 <!-- first action is always downloading --> 18 <!-- first action is always downloading -->
16 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> 19 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
17 20
18 <!-- populate the environment variables from the dependend repos --> 21 <!-- populate the environment variables from the dependend repos -->
19 <action type="set_environment_for_install"> 22 <action type="set_environment_for_install">
20 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 23 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
24 <package name="zlib" version="1.2.8" />
25 </repository>
26 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
21 <package name="numpy" version="1.7.1" /> 27 <package name="numpy" version="1.7.1" />
22 </repository> 28 </repository>
23 <repository changeset_revision="fe5cfaf931ff" name="package_freetype_2_4" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 29 <repository changeset_revision="fe5cfaf931ff" name="package_freetype_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
24 <package name="freetype" version="2.4.11" /> 30 <package name="freetype" version="2.4.11" />
25 </repository> 31 </repository>
26 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu"> 32 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu">
27 <package name="libpng" version="1.6.7" /> 33 <package name="libpng" version="1.6.7" />
28 </repository> 34 </repository>
29 </action> 35 </action>
30 36
31 <!-- install matplotlib --> 37 <!-- install matplotlib -->
32 <action type="make_directory">$INSTALL_DIR/lib/python</action> 38 <action type="make_directory">$INSTALL_DIR/lib/python</action>
33 <action type="shell_command"> 39 <action type="shell_command">
34 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY &amp;&amp; 40 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY &amp;&amp;
35 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/:${LIBPNG_ROOT}/include &amp;&amp; 41 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/:${LIBPNG_ROOT}/include &amp;&amp;
36 export LIBRARY_PATH=$FREETYPE_LIB_DIR:${LIBPNG_ROOT}/lib &amp;&amp; 42 export LIBRARY_PATH=$FREETYPE_LIB_DIR:${LIBPNG_ROOT}/lib:$LIBRARY_PATH &amp;&amp;
43
37 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 44 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
38 </action> 45 </action>
39 <action type="set_environment"> 46 <action type="set_environment">
40 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 47 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
41 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> 48 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>