Mercurial > repos > iuc > package_sparsehash_2_0_2
comparison tool_dependencies.xml @ 0:e48d85b57acd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
| author | iuc |
|---|---|
| date | Sun, 21 Jun 2015 22:38:58 -0400 |
| parents | |
| children | d5173c546d39 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e48d85b57acd |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="sparsehash" version="2.0.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz</action> | |
| 7 <action type="autoconf" /> | |
| 8 <action type="set_environment"> | |
| 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> | |
| 11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
| 12 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 13 </action> | |
| 14 </actions> | |
| 15 </install> | |
| 16 <readme>ABySS is a de novo sequence assembler intended for short paired-end reads and large genomes.</readme> | |
| 17 </package> | |
| 18 </tool_dependency> |
