comparison tool_dependencies.xml @ 1:d40075a7863d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_2 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
author iuc
date Mon, 30 Nov 2015 21:42:58 -0500
parents 94ced55dee5f
children
comparison
equal deleted inserted replaced
0:94ced55dee5f 1:d40075a7863d
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cmake" version="3.2.3"> 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" /> 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> 5 </package>
6 <package name="eigen3" version="3.2"> 6 <package name="eigen3" version="3.2">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://bitbucket.org/eigen/eigen/get/3.2.6.tar.bz2</action> 9 <action sha256sum="8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e" target_filename="eigen-eigen-c58038c56923.tar.bz2" type="download_by_url">https://bitbucket.org/eigen/eigen/get/3.2.6.tar.bz2</action>
10 10
11 <action type="set_environment_for_install"> 11 <action type="set_environment_for_install">
12 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 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" /> 13 <package name="cmake" version="3.2.3" />
14 </repository> 14 </repository>
15 </action> 15 </action>
16 16
17 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> 17 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
23 <action type="make_install" /> 23 <action type="make_install" />
24 24
25 <action type="set_environment"> 25 <action type="set_environment">
26 <environment_variable action="set_to" name="EIGEN3_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> 26 <environment_variable action="set_to" name="EIGEN3_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable>
27 <environment_variable action="set_to" name="EIGEN3_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> 27 <environment_variable action="set_to" name="EIGEN3_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable>
28 <environment_variable action="set_to" name="EIGEN3_LIB_PATH">$INSTALL_DIR/eigen3/lib</environment_variable>
29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/eigen3/lib</environment_variable>
30 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> 28 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable>
31 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable> 29 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen3/include</environment_variable>
30 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/eigen3/share/pkgconfig</environment_variable>
32 </action> 31 </action>
33 </actions> 32 </actions>
34 </install> 33 </install>
35 <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>
36 </package> 35 </package>
37 </tool_dependency> 36 </tool_dependency>