Mercurial > repos > iuc > package_eigen_2_0
comparison tool_dependencies.xml @ 5:53adc55e10f2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_2_0 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 20:28:30 -0500 |
| parents | a8a95f47e5aa |
| children |
comparison
equal
deleted
inserted
replaced
| 4:a8a95f47e5aa | 5:53adc55e10f2 |
|---|---|
| 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="2da7b99cb1a1" 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 | |
| 7 <package name="eigen2" version="2.0.17"> | 6 <package name="eigen2" version="2.0.17"> |
| 8 <install version="1.0"> | 7 <install version="1.0"> |
| 9 <actions> | 8 <actions> |
| 10 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action> | 9 <action sha256sum="705028db65db7c1e393cdf55018754bf0696e376603a48a33b781bc85406ff1e" target_filename="eigen-eigen-b23437e61a07.tgz" type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.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 | |
| 11 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> | 17 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> |
| 12 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> | 18 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> |
| 13 <action type="make_directory">build</action> | 19 <action type="make_directory">build</action> |
| 14 <action type="change_directory">build</action> | 20 <action type="change_directory">build</action> |
| 15 | 21 |
| 16 <action type="set_environment_for_install"> | 22 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen2/</action> |
| 17 <repository changeset_revision="2da7b99cb1a1" 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 | |
| 22 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</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="EIGEN2_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> | 26 <environment_variable action="set_to" name="EIGEN2_SOURCE_PATH">$INSTALL_DIR/unpacked_source</environment_variable> |
| 27 <environment_variable action="set_to" name="EIGEN2_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable> | 27 <environment_variable action="set_to" name="EIGEN2_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable> |
| 28 <environment_variable action="set_to" name="EIGEN2_LIB_PATH">$INSTALL_DIR/eigen2/lib</environment_variable> | 28 <environment_variable action="set_to" name="EIGEN2_LIB_PATH">$INSTALL_DIR/eigen2/lib</environment_variable> |
| 29 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable> | |
| 30 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/eigen2/include</environment_variable> | |
| 31 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/eigen2/share/pkgconfig</environment_variable> | |
| 29 </action> | 32 </action> |
| 30 </actions> | 33 </actions> |
| 31 </install> | 34 </install> |
| 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> | 35 <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> |
| 33 </package> | 36 </package> |
