annotate tool_dependencies.xml @ 0:41eb57ff1dd0 draft

Imported from capsule None
author iuc
date Thu, 09 Oct 2014 04:37:18 -0400
parents
children e9ffcc9e5c41
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="networkx" version="1.9">
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url">https://pypi.python.org/packages/source/n/networkx/networkx-1.9.1.tar.gz#md5=a2d9ee8427c5636426f319968e0af9f2</action>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="shell_command">
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
11 </action>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
12 <action type="set_environment">
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
13 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
15 <environment_variable action="set_to" name="PYTHONPATH_NETWORKX">$INSTALL_DIR/lib/python</environment_variable>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
16 <environment_variable action="set_to" name="PATH_NETWORKX">$INSTALL_DIR/bin</environment_variable>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
17 </action>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
18 </actions>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
19 </install>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
20 <readme>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
21 The PYTHONPATH for networkx can be accessed through PYTHONPATH_NETWORKX and the binaries with PATH_NETWORKX.
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
22 http://networkx.github.io/
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
23 </readme>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
24 </package>
41eb57ff1dd0 Imported from capsule None
iuc
parents:
diff changeset
25 </tool_dependency>