# HG changeset patch # User morinlab # Date 1480892975 18000 # Node ID fa8f8d81b13e2114b1594508254e47ef31c92e7f Uploaded diff -r 000000000000 -r fa8f8d81b13e tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Dec 04 18:09:35 2016 -0500 @@ -0,0 +1,51 @@ + + + + + + + + + + + https://depot.galaxyproject.org/software/perl/perl_5.18_src_all.tar.gz + + ./Configure -des -Dprefix=$INSTALL_DIR -Dstartperl='#!/usr/bin/env perl' + + .. + + http://www.cpan.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz + + tar xfvz local-lib-1.008009.tar.gz + local-lib-1.008009 + + + if [ -d "$TMP_WORK_DIR" ] ; then export HOME=$TMP_WORK_DIR ; else export HOME=`mktemp -d` ; fi ; export PATH=$INSTALL_DIR/bin/:$PATH; perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages + make install + export PATH=$INSTALL_DIR/bin/:$PATH; eval $(perl -I$INSTALL_DIR/local-lib/lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib) + .. + + + https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm + + + if [ -d "$TMP_WORK_DIR" ] ; then export HOME=$TMP_WORK_DIR ; else export HOME=`mktemp -d` ; fi ; unset PERL_MB_OPT PERL_MM_OPT ; export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus + LC_ALL=C sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/* + + $INSTALL_DIR/bin + $INSTALL_DIR/lib/perl5 + $INSTALL_DIR + $INSTALL_DIR/local-lib + + + + + Perl 5 is a highly capable, feature-rich programming language with over 25 years of development. + https://www.perl.org/ + + This repository contains local-lib and cpanm in addition. + It is recommended to use something like "cpanm --local-lib=$PERL_ROOT_DIR XML::Parser" to install additional perl modules. + + +