Mercurial > repos > jankanis > package_python3_4
changeset 8:a468d4d76af3 draft
Debugging revision, do not install!
author | jankanis |
---|---|
date | Sat, 24 May 2014 13:41:15 -0400 |
parents | 34e257e3aceb |
children | d3ea5f1b4d79 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri May 23 09:05:48 2014 -0400 +++ b/tool_dependencies.xml Sat May 24 13:41:15 2014 -0400 @@ -35,7 +35,9 @@ <environment_variable action="set_to" name="LDFLAGS">$LDFLAGS -L$SQLITE_ROOT_DIR/include -L$GDBM_ROOT_PATH/include -L$OPENSSL_ROOT_DIR/include</environment_variable> </action> - <action type="autoconf">--prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions</action> + <!-- We need a shell command here because the variables set above are not passed to type="autotool" commands --> + <action type="shell_command">bash </dev/tty >/dev/tty 2>&1 && ./configure --prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions</action> + <action type="make_install" /> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path -->