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