comparison tool_dependencies.xml @ 4:7e98d93137ed draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit db55deda35d1623ff48fbea7b3d0690a2cd9cd9f-dirty
author iuc
date Tue, 08 Dec 2015 13:50:52 -0500
parents eb4db3a559b5
children
comparison
equal deleted inserted replaced
3:eb4db3a559b5 4:7e98d93137ed
18 </action> 18 </action>
19 19
20 <action type="shell_command"> 20 <action type="shell_command">
21 mkdir -p build &amp;&amp; 21 mkdir -p build &amp;&amp;
22 cd build &amp;&amp; 22 cd build &amp;&amp;
23 cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR 23 cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR &amp;&amp;
24 make &amp;&amp;
25 make install
24 </action> 26 </action>
25 <action type="make_install" />
26 <action type="set_environment"> 27 <action type="set_environment">
27 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 28 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
29 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 30 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
30 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 31 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>