Mercurial > repos > big-tiandm > sirna_plant
changeset 24:095812dc2ed9 draft
Uploaded
author | big-tiandm |
---|---|
date | Thu, 06 Nov 2014 01:30:51 -0500 |
parents | cad6a1dfb174 |
children | dd21719ca6e3 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Nov 05 21:11:49 2014 -0500 +++ b/tool_dependencies.xml Thu Nov 06 01:30:51 2014 -0500 @@ -30,11 +30,12 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action> - <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> + <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> + <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> </action> </actions> </install> @@ -45,11 +46,12 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action> - <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> + <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> + <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> </action> </actions> </install> @@ -59,11 +61,12 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action> - <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> + <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> + <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> </action> </actions> </install> @@ -73,11 +76,12 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> - <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> + <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> + <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> </action> </actions> </install>