Mercurial > repos > iuc > package_eigen_3_1
changeset 3:615d2c9783f7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_1 commit 3b807ce58b3e8ca23298941ad50314eb5486f3f7
author | iuc |
---|---|
date | Sun, 01 Nov 2015 07:16:09 -0500 |
parents | 68ee51034349 |
children | baedf7f82cc3 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 17 10:21:15 2015 -0400 +++ b/tool_dependencies.xml Sun Nov 01 07:16:09 2015 -0500 @@ -1,22 +1,34 @@ +<?xml version="1.0"?> <tool_dependency> + <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="eigen3" version="3.1.3"> <install version="1.0"> <actions> <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.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="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action> <action type="make_install" /> <action type="set_environment"> - <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> - <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen3/include</environment_variable> - <environment_variable name="EIGEN3_LIB_PATH" action="set_to">$INSTALL_DIR/eigen3/lib</environment_variable> - <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/eigen3/lib</environment_variable> - <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> - <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> + <environment_variable action="set_to" name="EIGEN3_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> + <environment_variable action="set_to" name="EIGEN3_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> + <environment_variable action="set_to" name="EIGEN3_LIB_PATH">$INSTALL_DIR/eigen3/lib</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/eigen3/lib</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> + <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> </action> </actions> </install>