IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15682


Ignore:
Timestamp:
Nov 21, 2007, 4:21:51 PM (18 years ago)
Author:
Paul Price
Message:

Adding magic_tree.pl to build, and updating list of required modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/Build.PL

    r15596 r15682  
    99    create_makefile_pl  => 'passthrough',
    1010    requires            => {
     11        'Astro::FITS::CFITSIO'      => 0,
     12        'Cache::File'               => 0,
     13        'Carp'                      => 0,
     14        'Data::Dumper'              => 0,
     15        'File::Basename'            => 0,
     16        'File::Spec'                => 0,
     17        'File::Temp'                => 0,
     18        'Getopt::Long'              => 0,
    1119        'IPC::Cmd'                  => 0,
    1220        'IPC::Run'                  => 0,
     21        'Math::Trig'                => 0,
     22        'Pod::Usage'                => 0,
    1323        'PS::IPP::Config'           => 0,
     24        'PS::IPP::Operations'       => 0,
    1425        'PS::IPP::Metadata::Config' => 0,
    1526        'Statistics::Descriptive'   => 0,
    16         'Cache::File'               => 0,
    1727        'Storable'                  => 0,
     28        'Sys::Hostname'             => 0,
    1829    },
    1930    recommends          => {
     
    4152                               scripts/diff_skycell.pl
    4253                               scripts/stack_skycell.pl
     54                               scripts/magic_tree.pl
    4355                               scripts/ipp_serial_inject.pl
    4456                               scripts/ipp_serial_inject_split.pl
Note: See TracChangeset for help on using the changeset viewer.