comparison tool_dependencies.xml @ 2:cc66c2aa73aa draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_numpy_1_8 commit 90f0980ded867989e4e3696170d3a2a373aa3197
author iuc
date Sun, 17 May 2015 22:39:44 -0400
parents 5fffcfd42d74
children 49515cbd9fe3
comparison
equal deleted inserted replaced
1:5fffcfd42d74 2:cc66c2aa73aa
19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
20 </action> 20 </action>
21 <action type="set_environment"> 21 <action type="set_environment">
22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
24 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable>
24 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> 25 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable>
25 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> 26 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable>
26 </action> 27 </action>
27 </actions> 28 </actions>
28 </install> 29 </install>