comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
2:ac22c6f7ae1d 3:5bdf427f9feb
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cmake" version="3.2.3"> 3 <package name="cmake" version="3.2.3">
4 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6
7 <package name="eigen2" version="2.0.17"> 6 <package name="eigen2" version="2.0.17">
8 <install version="1.0"> 7 <install version="1.0">
9 <actions> 8 <actions>
10 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action> 9 <action target_filename="eigen-eigen-b23437e61a07" type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
10
11 <action type="set_environment_for_install">
12 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
13 <package name="cmake" version="3.2.3" />
14 </repository>
15 </action>
16
11 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> 17 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
12 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> 18 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action>
13 <action type="make_directory">build</action> 19 <action type="make_directory">build</action>
14 <action type="change_directory">build</action> 20 <action type="change_directory">build</action>
15 21
16 <action type="set_environment_for_install"> 22 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen2/</action>
17 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
18 <package name="cmake" version="3.2.3" />
19 </repository>
20 </action>
21
22 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
23 <action type="make_install" /> 23 <action type="make_install" />
24 24
25 <action type="set_environment"> 25 <action type="set_environment">
26 <environment_variable action="set_to" name="EIGEN2_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> 26 <environment_variable action="set_to" name="EIGEN2_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable>
27 <environment_variable action="set_to" name="EIGEN2_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable> 27 <environment_variable action="set_to" name="EIGEN2_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable>