Mercurial > repos > iuc > package_cofold_0_0_1
changeset 0:b0712132d558 draft default tip
Imported from capsule None
author | iuc |
---|---|
date | Fri, 13 Feb 2015 05:32:57 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Feb 13 05:32:57 2015 -0500 @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="gengetopt" version="2.22.6"> + <repository changeset_revision="6071205c5cd3" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="cofold" version="0.0.1"> + <install version="1.0"> + <actions> + <action type="shell_command">git clone --recursive https://github.com/jujubix/cofold</action> + <action type="shell_command">git reset --hard 11815003a775196f4d1819491d5e0bc90bd5047e</action> + <action type="set_environment_for_install"> + <repository changeset_revision="6071205c5cd3" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="gengetopt" version="2.22.6" /> + </repository> + </action> + <action type="autoconf">--without-perl --without-doc --without-doc-pdf --without-doc-html</action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="set_to" name="COFOLD_ROOT_DIR">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme>Compiling CoFold requires a C compiler (typically gcc)</readme> + </package> +</tool_dependency>