Mercurial > repos > iuc > package_python_2_7
diff tool_dependencies.xml @ 13:2083f31ea721 draft
Uploaded
author | iuc |
---|---|
date | Tue, 27 Jan 2015 05:41:30 -0500 |
parents | dffe84445ebd |
children | 73eb127d14e5 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jan 22 16:55:50 2015 -0500 +++ b/tool_dependencies.xml Tue Jan 27 05:41:30 2015 -0500 @@ -63,7 +63,7 @@ <package name="ncurses" version="5.9" /> </repository> </action> - + <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> @@ -83,6 +83,8 @@ <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</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>