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