changeset 5:53adc55e10f2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_2_0 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
author iuc
date Mon, 30 Nov 2015 20:28:30 -0500
parents a8a95f47e5aa
children
files tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Nov 19 13:16:58 2015 -0500
+++ b/tool_dependencies.xml	Mon Nov 30 20:28:30 2015 -0500
@@ -3,29 +3,32 @@
     <package name="cmake" version="3.2.3">
         <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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 sha256sum="705028db65db7c1e393cdf55018754bf0696e376603a48a33b781bc85406ff1e" target_filename="eigen-eigen-b23437e61a07.tgz" 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="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.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="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.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">
                     <environment_variable action="set_to" name="EIGEN2_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable>
                     <environment_variable action="set_to" name="EIGEN2_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable>
                     <environment_variable action="set_to" name="EIGEN2_LIB_PATH">$INSTALL_DIR/eigen2/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable>
+                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable>
+                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/eigen2/share/pkgconfig</environment_variable>
                 </action>
             </actions>
         </install>