/[CCFs]/ccf-setup.csh
ViewVC logotype

Diff of /ccf-setup.csh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ccflib, Wed Dec 10 09:54:55 2014 UTC revision 1.3 by ccflib, Wed Dec 10 10:58:21 2014 UTC
# Line 4  Line 4 
4  #  #
5  # Setup to build CCF from user's home  # Setup to build CCF from user's home
6  #  #
7  # $Id$  # $Id: ccf-setup.csh,v 1.2 2014/12/10 10:01:55 ccflib Exp $
8    
9  # Define CCFLIB_HOME  # Define CCFLIB_HOME
10    
# Line 31  if ( ! -f "$HOME/setsas.csh" ) then Line 31  if ( ! -f "$HOME/setsas.csh" ) then
31    /sas/bin/confsas    /sas/bin/confsas
32  endif  endif
33    
34    setenv LHEASOFT 1
35  source $HOME/setsas.csh  source $HOME/setsas.csh
36    
37  setenv SAS_MEMORY_MODEL Low  setenv SAS_MEMORY_MODEL Low
# Line 43  ccfextseq -v Line 44  ccfextseq -v
44  # Initialises the CVS environment  # Initialises the CVS environment
45  # Users access through the group permissions instead of using CVS_RSH  # Users access through the group permissions instead of using CVS_RSH
46    
47  setenv CVSROOT /home/ccflib/ccfcvs  setenv CVSROOT ${CCFLIB_HOME}/ccfcvs
48    
49  # Defines CCFDEV and sources some additional setup  # Defines CCFDEV and sources some additional setup
50    
51  setenv CCFDEV /home/ccflib/ccfdev  setenv CCFDEV ${CCFLIB_HOME}/ccfdev
52  source $CCFDEV/setup.csh  source $CCFDEV/setup.csh
53    
54  # Add the scripts in $CCFLIB_HOME/bin to PATH  # Add the scripts in $CCFLIB_HOME/bin to PATH
55    
56  setenv PATH /home/ccflib/bin\:$PATH  setenv PATH ${CCFLIB_HOME}/bin\:$PATH

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.27