Mercurial > repos > jankanis > package_python3_4
comparison tool_dependencies.xml @ 8:a468d4d76af3 draft
Debugging revision, do not install!
| author | jankanis |
|---|---|
| date | Sat, 24 May 2014 13:41:15 -0400 |
| parents | 34e257e3aceb |
| children | d3ea5f1b4d79 |
comparison
equal
deleted
inserted
replaced
| 7:34e257e3aceb | 8:a468d4d76af3 |
|---|---|
| 33 <environment_variable action="set_to" name="CFLAGS">$CFLAGS -I$SQLITE_ROOT_DIR/lib -I$GDBM_ROOT_PATH/lib -I$OPENSSL_ROOT_DIR/lib</environment_variable> | 33 <environment_variable action="set_to" name="CFLAGS">$CFLAGS -I$SQLITE_ROOT_DIR/lib -I$GDBM_ROOT_PATH/lib -I$OPENSSL_ROOT_DIR/lib</environment_variable> |
| 34 <environment_variable action="set_to" name="CPPFLAGS">$CPPFLAGS -I$SQLITE_ROOT_DIR/lib -I$GDBM_ROOT_PATH/lib -I$OPENSSL_ROOT_DIR/lib</environment_variable> | 34 <environment_variable action="set_to" name="CPPFLAGS">$CPPFLAGS -I$SQLITE_ROOT_DIR/lib -I$GDBM_ROOT_PATH/lib -I$OPENSSL_ROOT_DIR/lib</environment_variable> |
| 35 <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> | 35 <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> |
| 36 </action> | 36 </action> |
| 37 | 37 |
| 38 <action type="autoconf">--prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions</action> | 38 <!-- We need a shell command here because the variables set above are not passed to type="autotool" commands --> |
| 39 <action type="shell_command">bash </dev/tty >/dev/tty 2>&1 && ./configure --prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions</action> | |
| 40 <action type="make_install" /> | |
| 39 <action type="set_environment"> | 41 <action type="set_environment"> |
| 40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 41 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path --> | 43 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path --> |
| 42 <environment_variable action="set_to" name="PYTHONPATH" /> | 44 <environment_variable action="set_to" name="PYTHONPATH" /> |
| 43 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 45 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
