/[CCFs]/bin/ccflib.cfg
ViewVC logotype

Contents of /bin/ccflib.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Mon Mar 18 17:19:22 2002 UTC (22 years, 8 months ago) by ccflib
Branch: MAIN
Changes since 1.2: +1 -1 lines
*** empty log message ***

1 #! /bin/sh
2 #
3 # Giuseppe Vacanti (cosine) August 2000
4 #
5 saslatest () {
6 SAS_DIR=~/sas
7 SAS_PATH=~/sas
8 export SAS_DIR
9 export SAS_PATH
10 export SAS_CCF=$SAS_DIR/lib/testccf
11 . $SAS_DIR/sas-setup.sh
12 echo "SAS set up complete. SAS_DIR = $SAS_DIR"
13 }
14
15 # These are the directories as seen from xvsas01
16 ccfstore=$HOME/ccfstore
17 ccfrepository=$ccfstore/public
18 ccfdir=$ccfrepository
19 ccfrel=$ccfstore/release
20 ccfdeveldir=$ccfstore/devel
21 scisimccfdir=$ccfstore/scisim
22
23
24 export PATH
25 PATH=$HOME/bin:/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:$PATH
26
27 #export LD_LIBRARY_PATH
28 LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH
29

  ViewVC Help
Powered by ViewVC 1.1.27