# HG changeset patch # User iuc # Date 1406992320 14400 # Node ID a1a111b9faa53dba2ff477794fe1f436f50b5d8d # Parent e89824189ec64cc54543534dc1276e949c5d1606 Uploaded diff -r e89824189ec6 -r a1a111b9faa5 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jun 09 09:02:18 2014 -0400 +++ b/tool_dependencies.xml Sat Aug 02 11:12:00 2014 -0400 @@ -5,36 +5,28 @@ http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz - ./Configure -des -Dprefix=$INSTALL_DIR + ./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 - $INSTALL_DIR/bin/perl Makefile.PL --bootstrap=$INSTALL_DIR --no-manpages + export PATH=$INSTALL_DIR/bin/:$PATH; perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages make install - eval $(perl -I$INSTALL_DIR/lib/perl5 -Mlocal::lib=$INSTALL_DIR) - + export PATH=$INSTALL_DIR/bin/:$PATH; eval $(perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib) + .. - .. https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus + sed -i 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/* - $INSTALL_DIR/bin $INSTALL_DIR/lib/perl5 $INSTALL_DIR + $INSTALL_DIR/local-lib