Mercurial > repos > iuc > package_eigen_3_2
changeset 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 | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Nov 01 07:15:33 2015 -0500 +++ b/tool_dependencies.xml Mon Nov 30 21:42:58 2015 -0500 @@ -1,15 +1,15 @@ <?xml version="1.0"?> <tool_dependency> <package name="cmake" version="3.2.3"> - <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <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="eigen3" version="3.2"> <install version="1.0"> <actions> - <action type="download_by_url">https://bitbucket.org/eigen/eigen/get/3.2.6.tar.bz2</action> + <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> <action type="set_environment_for_install"> - <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <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> @@ -25,13 +25,12 @@ <action type="set_environment"> <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> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/eigen3/share/pkgconfig</environment_variable> </action> </actions> </install> - <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> + <readme>Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH will be available.</readme> </package> </tool_dependency>
