changeset 3:5bdf427f9feb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_2_0 commit 8a7a779896ce1b9b296557a2c31bd93f5fbb5462-dirty
author iuc
date Sun, 01 Nov 2015 06:25:53 -0500
parents ac22c6f7ae1d
children a270fba04f3a
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Nov 01 05:49:26 2015 -0500
+++ b/tool_dependencies.xml	Sun Nov 01 06:25:53 2015 -0500
@@ -3,23 +3,23 @@
     <package name="cmake" version="3.2.3">
         <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
-
     <package name="eigen2" version="2.0.17">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
+                <action target_filename="eigen-eigen-b23437e61a07" type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
+
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="cmake" version="3.2.3" />
+                    </repository>
+                </action>
+
                 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
                 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action>
                 <action type="make_directory">build</action>
                 <action type="change_directory">build</action>
 
-                <action type="set_environment_for_install">
-                    <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
-                        <package name="cmake" version="3.2.3" />
-                    </repository>
-                 </action>
-
-                <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
+                <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen2/</action>
                 <action type="make_install" />
 
                 <action type="set_environment">