diff 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
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 08 13:47:50 2015 -0500
+++ b/tool_dependencies.xml	Tue Dec 08 13:50:52 2015 -0500
@@ -20,9 +20,10 @@
                 <action type="shell_command">
                     mkdir -p build &amp;&amp;
                     cd build &amp;&amp;
-                    cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
+                    cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR &amp;&amp;
+                    make &amp;&amp;
+                    make install
                     </action>
-                <action type="make_install" />
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>