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 |
|
|
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 |
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 |