Mercurial > repos > iuc > package_eigen_2_0
diff tool_dependencies.xml @ 2:268fead9351b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_2_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
| author | iuc |
|---|---|
| date | Fri, 09 Oct 2015 05:10:44 -0400 |
| parents | 4ef14b1a225d |
| children | 08253ca817b7 |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Nov 15 14:56:48 2013 -0500 +++ b/tool_dependencies.xml Fri Oct 09 05:10:44 2015 -0400 @@ -1,4 +1,9 @@ +<?xml version="1.0"?> <tool_dependency> + <package name="cmake" version="3.2.3"> + <repository changeset_revision="e932c7599efd" 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> @@ -7,16 +12,23 @@ <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="e932c7599efd" 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="make_install" /> <action type="set_environment"> - <environment_variable name="EIGEN2_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> - <environment_variable name="EIGEN2_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen2/include</environment_variable> - <environment_variable name="EIGEN2_LIB_PATH" action="set_to">$INSTALL_DIR/eigen2/lib</environment_variable> + <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> </action> </actions> </install> - <readme>Downloading and compiling the eigen2 library and unpacking it to the EIGEN2_SOURCE_PATH. EIGEN2_INCLUDE_PATH and EIGEN2_LIB_PATH will be available.</readme> + <readme>Downloading and compiling the eigen2 library and unpacking it to the EIGEN2_SOURCE_PATH. EIGEN2_INCLUDE_PATH and EIGEN2_LIB_PATH will be available.</readme> </package> </tool_dependency>
