comparison tool_dependencies.xml @ 1:6d56086ae00b draft default tip

Uploaded
author iuc
date Tue, 10 Feb 2015 11:52:18 -0500
parents 6f0381052324
children
comparison
equal deleted inserted replaced
0:6f0381052324 1:6d56086ae00b
1 <?xml version="1.0"?>
1 <tool_dependency> 2 <tool_dependency>
3 <package name="gengetopt" version="2.22.6">
4 <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
2 <package name="cofold" version="0.0.1"> 6 <package name="cofold" version="0.0.1">
3 <install version="1.0"> 7 <install version="1.0">
4 <actions> 8 <actions>
5 <action type="shell_command">git clone --recursive https://github.com/jujubix/cofold</action> 9 <action type="shell_command">git clone --recursive https://github.com/jujubix/cofold</action>
6 <action type="shell_command">git reset --hard 11815003a775196f4d1819491d5e0bc90bd5047e</action> 10 <action type="shell_command">git reset --hard 11815003a775196f4d1819491d5e0bc90bd5047e</action>
7 <action type="autoconf">--without-perl</action> 11
12 <action type="set_environment_for_install">
13 <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
14 <package name="gengetopt" version="2.22.6" />
15 </repository>
16 </action>
17
18 <action type="autoconf">--without-perl --without-doc --without-doc-pdf --without-doc-html</action>
8 <action type="set_environment"> 19 <action type="set_environment">
9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 20 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 21 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
12 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 23 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
13 <environment_variable name="COFOLD_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> 24 <environment_variable action="set_to" name="COFOLD_ROOT_DIR">$INSTALL_DIR</environment_variable>
14 </action> 25 </action>
15 </actions> 26 </actions>
16 </install> 27 </install>
17 <readme>Compiling CoFold requires a C compiler (typically gcc)</readme> 28 <readme>Compiling CoFold requires a C compiler (typically gcc)</readme>
18 </package> 29 </package>