comparison 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
comparison
equal deleted inserted replaced
0:1dac42bb7aab 1:288a74cd7a8d
27 </action> 27 </action>
28 </actions> 28 </actions>
29 </install> 29 </install>
30 <readme>pal_finder also needs Perl</readme> 30 <readme>pal_finder also needs Perl</readme>
31 </package> 31 </package>
32 <package name="perl" version="5.16.3">
33 <install version="1.0">
34 <actions>
35 <!-- install perl -->
36 <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.16.3.tar.gz</action>
37 <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR -Dstartperl='#!/usr/bin/env perl'</action>
38 <action type="make_install" />
39 <action type="set_environment">
40 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
41 </action>
42 </actions>
43 </install>
44 <readme>
45 Perl 5 is a highly capable, feature-rich programming language with over 25 years of
46 development:
47
48 http://www.perl.org/
49 </readme>
50 </package>
32 <package name="primer3_core" version="2.0.0"> 51 <package name="primer3_core" version="2.0.0">
33 <install version="1.0"> 52 <install version="1.0">
34 <actions> 53 <actions>
35 <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action> 54 <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action>
36 <action type="shell_command">make -C src -f Makefile</action> 55 <action type="shell_command">make -C src -f Makefile</action>