comparison tool_dependencies.xml @ 1:d08a7bffb2ee draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 379063161020578e1bd306769116c1b691216b35
author iuc
date Fri, 17 Feb 2017 15:23:15 -0500
parents 2cc9627ae29c
children
comparison
equal deleted inserted replaced
0:2cc9627ae29c 1:d08a7bffb2ee
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="sparsehash" version="2.0.2"> 3 <package name="sparsehash" version="2.0.2">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz</action> 6 <action type="download_by_url" sha256sum="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c">https://depot.galaxyproject.org/software/sparsehash/sparsehash_2.0.2_src_all.tar.gz</action>
7 <action type="autoconf" /> 7 <action type="autoconf" />
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 9 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
10 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 10 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>