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