annotate tool_dependencies.xml @ 0:c3a8c46fcb97 draft

Imported from capsule None
author iuc
date Sun, 02 Mar 2014 11:47:28 -0500
parents
children bf766623094e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="cython" version="0.20.1">
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url">http://cython.org/release/Cython-0.20.1.tar.gz</action>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="make_directory">$INSTALL_DIR/bin</action>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
10 <action type="set_environment">
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
11 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
13 <environment_variable action="set_to" name="CYTHON_PATH">$INSTALL_DIR</environment_variable>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
14 </action>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
15 </actions>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
16 </install>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
17 <readme>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
18 Installation of cython requieres python. The installation can be accessed via CYTHON_PATH.
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
19 http://cython.org
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
20 </readme>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
21 </package>
c3a8c46fcb97 Imported from capsule None
iuc
parents:
diff changeset
22 </tool_dependency>