IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 3:12:17 PM (18 years ago)
Author:
Paul Price
Message:

Merging Sebastian's tree: added '-f' to all csh calls to make startup faster and avoid timeouts of 'controller host add' in pantasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/INSTALL

    r17404 r18977  
    4545    if [ -f /home/kiawe/eugene/psconfig/psconfig.csh ]; then
    4646      alias psconfig='source /home/kiawe/eugene/psconfig/psconfig.bash'
     47      # In bash, can't use an alias in the same file that defines it, so need to
     48      # expand it here explicitly to make 'controller host add' work in pantasks
     49      source /home/kiawe/eugene/psconfig/psconfig.bash default
    4750    else
    4851      alias psconfig='echo psconfig not available'
    4952    fi
    50     psconfig default
     53   
    5154
    5255Though, in your case, "/home/kiawe/eugene/psconfig/" will be replaced
    … …  
    8891at:
    8992
    90 http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extlibs-2.5.tgz
    91 http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extperl-2.5.tgz
     93http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extlibs-2.6.1.tgz
     94http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extperl-2.6.1.tgz
    9295
    9396These should be installed so they will be available in the user's
    … …  
    103106Perl modules, and can be used to install them in the appropriate user
    104107location in the psconfig system.  The command defaults to the latest
    105 perl installation table (eg, tagsets/ipp-2.5.perl).
     108perl installation table (eg, tagsets/ipp-2.6.1.perl).
    106109
    107110pscheckperl
    … …  
    135138external libraries and perl modules from:
    136139
    137 http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extlibs-2.5.tgz
    138 http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extperl-2.5.tgz
     140http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extlibs-2.6.1.tgz
     141http://pan-starrs.ifa.hawaii.edu/project/IPP/software/extperl-2.6.1.tgz
    139142
    140143It should be possible to build the full IPP installation by issuing
Note: See TracChangeset for help on using the changeset viewer.