Mercurial > repos > iuc > package_eigen_2_0
view tool_dependencies.xml @ 4:a8a95f47e5aa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_2_0 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 13:16:58 -0500 |
| parents | 08253ca817b7 |
| children | 53adc55e10f2 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <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 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="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> </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> </package> </tool_dependency>
