diff tool_dependencies.xml @ 1:0f570ce183a8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit 746aa691891448484ef9f6417c708b6c7e8f60b0
author iuc
date Wed, 02 Dec 2015 16:33:48 -0500
parents 28d4ebb94540
children d852e92140a7
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Nov 30 20:04:31 2015 -0500
+++ b/tool_dependencies.xml	Wed Dec 02 16:33:48 2015 -0500
@@ -18,9 +18,11 @@
                 </action>
 
                 <action type="shell_command">
-                    cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR &amp;&amp;
-                    make install
+                    mkdir bin &amp;&amp;
+                    cd bin &amp;&amp;
+                    cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR &amp;&amp;
                     </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>