comparison tool_dependencies.xml @ 10:30e2c5ac5550 draft

fix typo + double make/install
author jankanis
date Sat, 24 May 2014 18:10:15 -0400
parents d3ea5f1b4d79
children bad79cc1a7b1
comparison
equal deleted inserted replaced
9:d3ea5f1b4d79 10:30e2c5ac5550
38 # Clear variables that may be used in Galaxy's extenal python 2 environment 38 # Clear variables that may be used in Galaxy's extenal python 2 environment
39 unset PYTHONPATH 39 unset PYTHONPATH
40 unset PYTHONHOME 40 unset PYTHONHOME
41 ./configure --prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions \ 41 ./configure --prefix=$INSTALL_DIR --with-ensurepip --enable-loadable-sqlite-extensions \
42 && make \ 42 && make \
43 && make instal 43 && make install
44 </action> 44 </action>
45 <action type="make_install" />
46 45
47 <action type="set_environment"> 46 <action type="set_environment">
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 47 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
49 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path --> 48 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path -->
50 <environment_variable action="set_to" name="PYTHONPATH" /> 49 <environment_variable action="set_to" name="PYTHONPATH" />