Mercurial > repos > iuc > package_eigen_3_1
comparison tool_dependencies.xml @ 6:de8798991a6a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_1 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
author | iuc |
---|---|
date | Mon, 30 Nov 2015 20:28:55 -0500 |
parents | 43f1ac6314d1 |
children |
comparison
equal
deleted
inserted
replaced
5:43f1ac6314d1 | 6:de8798991a6a |
---|---|
1 <?xml version="1.0"?> | |
1 <tool_dependency> | 2 <tool_dependency> |
3 <package name="cmake" version="3.2.3"> | |
4 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
2 <package name="eigen3" version="3.1.3"> | 6 <package name="eigen3" version="3.1.3"> |
3 <install version="1.0"> | 7 <install version="1.0"> |
4 <actions> | 8 <actions> |
5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz</action> | 9 <action sha256sum="2ea0ba3eb9ac7ec623d8be92be4ee651191532cb311e0c979d65da9bc6c5143a" target_filename="eigen-eigen-2249f9c22fe8.tgz" type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz</action> |
10 | |
11 <action type="set_environment_for_install"> | |
12 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
13 <package name="cmake" version="3.2.3" /> | |
14 </repository> | |
15 </action> | |
16 | |
6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> | 17 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> |
7 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> | 18 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> |
8 <action type="make_directory">build</action> | 19 <action type="make_directory">build</action> |
9 <action type="change_directory">build</action> | 20 <action type="change_directory">build</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="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> | 26 <environment_variable action="set_to" name="EIGEN3_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> |
15 <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen3/include</environment_variable> | 27 <environment_variable action="set_to" name="EIGEN3_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> |
16 <environment_variable name="EIGEN3_LIB_PATH" action="set_to">$INSTALL_DIR/eigen3/lib</environment_variable> | 28 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> |
17 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/eigen3/lib</environment_variable> | 29 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> |
18 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> | 30 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/eigen3/share/pkgconfig</environment_variable> |
19 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> | |
20 </action> | 31 </action> |
21 </actions> | 32 </actions> |
22 </install> | 33 </install> |
23 <readme>Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH and EIGEN3_LIB_PATH will be available.</readme> | 34 <readme>Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH will be available.</readme> |
24 </package> | 35 </package> |
25 </tool_dependency> | 36 </tool_dependency> |