Mercurial > repos > pjbriggs > pal_finder
diff tool_dependencies.xml @ 1:288a74cd7a8d draft
Explicitly build and use perl 5.16.3 as a tool dependency.
author | pjbriggs |
---|---|
date | Mon, 16 Mar 2015 12:23:20 -0400 |
parents | 1dac42bb7aab |
children | 1cea7b4b838f |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Dec 09 09:09:13 2014 -0500 +++ b/tool_dependencies.xml Mon Mar 16 12:23:20 2015 -0400 @@ -29,6 +29,25 @@ </install> <readme>pal_finder also needs Perl</readme> </package> + <package name="perl" version="5.16.3"> + <install version="1.0"> + <actions> + <!-- install perl --> + <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.16.3.tar.gz</action> + <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR -Dstartperl='#!/usr/bin/env perl'</action> + <action type="make_install" /> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Perl 5 is a highly capable, feature-rich programming language with over 25 years of + development: + + http://www.perl.org/ + </readme> + </package> <package name="primer3_core" version="2.0.0"> <install version="1.0"> <actions>