annotate tool_dependencies.xml @ 0:36b2ca3477c2 draft

Imported from capsule None
author iuc
date Thu, 09 Oct 2014 05:20:54 -0400
parents
children d470054f3a5d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="numpy" version="1.9">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
4 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
5 </package>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
6 <package name="scipy" version="0.14">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
7 <install version="1.0">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
8 <actions>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="download_by_url">https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d</action>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
10 <action type="set_environment_for_install">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
11 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
12 <package name="numpy" version="1.9" />
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
13 </repository>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
14 </action>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
16 <action type="shell_command">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
18 export PATH=$PATH:$PATH_NUMPY &amp;&amp;
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
19 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY &amp;&amp;
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
20 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
21 </action>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
22 <action type="set_environment">
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
23 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
25 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
26 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
27 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
28 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
29 </action>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
30 </actions>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
31 </install>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
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>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
33 </package>
36b2ca3477c2 Imported from capsule None
iuc
parents:
diff changeset
34 </tool_dependency>