Mercurial > repos > big-tiandm > sirna_plant
comparison tool_dependencies.xml @ 28:e93f33f03019 draft
Uploaded
author | big-tiandm |
---|---|
date | Thu, 13 Nov 2014 22:45:51 -0500 |
parents | f2e18b4b1f3a |
children | ba8e8c338d2e |
comparison
equal
deleted
inserted
replaced
27:f2e18b4b1f3a | 28:e93f33f03019 |
---|---|
83 <actions> | 83 <actions> |
84 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> | 84 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> |
85 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 85 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
86 <action type="shell_command"> | 86 <action type="shell_command"> |
87 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 87 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
88 ls && | |
88 make && | 89 make && |
89 make install | 90 make install |
90 </action> | 91 </action> |
91 <action type="set_environment"> | 92 <action type="set_environment"> |
92 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/:$INSTALL_DIR/lib/perl5/x86_64-linux-gnu-thread-multi/</environment_variable> | 93 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/:$INSTALL_DIR/lib/perl5/x86_64-linux-gnu-thread-multi/</environment_variable> |