IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18940


Ignore:
Timestamp:
Aug 5, 2008, 9:50:52 PM (18 years ago)
Author:
Sebastian Jester
Message:
  1. Expand bash-alias by hand in .bashrc instructions to avoid pantasks

problem solved in ​http://pan-starrs.ifa.hawaii.edu/mailman/private/ps-ipp-users/msg00414.html
and 2. point to 2.6.1 versions of extperl and extlibs tar files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sj_branch_20080802/psconfig/INSTALL

    r17404 r18940  
    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.