changeset 1:749f11b9358a draft default tip

Uploaded
author iuc
date Sun, 02 Mar 2014 11:07:20 -0500
parents e43159498c47
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Mar 02 10:57:44 2014 -0500
+++ b/tool_dependencies.xml	Sun Mar 02 11:07:20 2014 -0500
@@ -4,6 +4,8 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://cython.org/release/Cython-0.20.1.tar.gz</action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="make_directory">$INSTALL_DIR/bin</action>
                 <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>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>