changeset 4:7f853e334485 draft

Uploaded
author iuc
date Sun, 29 Jun 2014 13:40:02 -0400
parents 1a3cbde6406b
children a22b587696a3
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Jun 29 11:47:54 2014 -0400
+++ b/tool_dependencies.xml	Sun Jun 29 13:40:02 2014 -0400
@@ -64,6 +64,7 @@
           </repository>
         </action>
 
+
         <action type="autoconf" />
 
         <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action>
@@ -71,17 +72,21 @@
         <action type="shell_command">tar -xjf 5.2.tar.bz2</action>
         <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action>
 
-        <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ &amp;&amp; python setup.py install --prefix=$INSTALL_DIR</action>
+        <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp; 
+        export PYTHONHOME=$INSTALL_DIR &amp;&amp; 
+        export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR &amp;&amp; 
+        export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ &amp;&amp; 
+        export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig &amp;&amp; 
+        $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action>
 
         <action type="set_environment">
           <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-          <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable>
-          <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>
-          <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR/</environment_variable>
+          <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
           <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
           <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
         </action>
 
+
       </actions>
     </install>