comparison tool_dependencies.xml @ 1:d470054f3a5d draft

Uploaded
author iuc
date Thu, 12 Feb 2015 10:38:24 -0500
parents 36b2ca3477c2
children 8c7bce1c6e30
comparison
equal deleted inserted replaced
0:36b2ca3477c2 1:d470054f3a5d
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="numpy" version="1.9"> 3 <package name="atlas" version="3.10.2">
4 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="597c0e54eded" name="package_atlas_3_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="scipy" version="0.14"> 6 <package name="numpy" version="1.9">
7 <install version="1.0"> 7 <repository changeset_revision="84e97f5cd3ab" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
8 <actions> 8 </package>
9 <action type="download_by_url">https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d</action> 9 <package name="scipy" version="0.14">
10 <action type="set_environment_for_install"> 10 <install version="1.0">
11 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 11 <actions>
12 <package name="numpy" version="1.9" /> 12 <action type="download_by_url">https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d</action>
13 </repository> 13 <action type="set_environment_for_install">
14 </action> 14 <repository changeset_revision="597c0e54eded" name="package_atlas_3_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
15 <action type="make_directory">$INSTALL_DIR/lib/python</action> 15 <package name="atlas" version="3.10.2" />
16 <action type="shell_command"> 16 </repository>
17 <repository changeset_revision="84e97f5cd3ab" name="package_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
18 <package name="numpy" version="1.9" />
19 </repository>
20 </action>
21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
22 <action type="shell_command">
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
18 export PATH=$PATH:$PATH_NUMPY &amp;&amp; 24 export ATLAS=$ATLAS_ROOT_PATH &amp;&amp;
19 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY &amp;&amp;
20 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 25 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
21 </action> 26 </action>
22 <action type="set_environment"> 27 <action type="set_environment">
23 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 28 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
25 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> 30 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
26 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> 31 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
27 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> 32 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable>
28 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> 33 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable>
29 </action> 34 </action>
30 </actions> 35 </actions>
31 </install> 36 </install>
32 <readme>Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY.</readme> 37 <readme>Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY.</readme>
33 </package> 38 </package>
34 </tool_dependency> 39 </tool_dependency>