1 |
#! /bin/sh |
2 |
# |
3 |
# Giuseppe Vacanti (cosine) August 2000 |
4 |
# |
5 |
# $Id: ccflib.cfg,v 1.4 2003/11/26 10:50:35 ccflib Exp $ |
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 |
export SAS_MEMORY_MODEL=Low |
15 |
echo $SAS_MEMORY_MODEL |
16 |
echo "SAS set up complete. SAS_DIR = $SAS_DIR" |
17 |
} |
18 |
|
19 |
# These are the directories as seen from xvsas01 |
20 |
ccfstore=$HOME/ccfstore |
21 |
ccfrepository=$ccfstore/public |
22 |
ccfdir=$ccfrepository |
23 |
ccfrel=$ccfstore/release |
24 |
ccfdeveldir=$ccfstore/devel |
25 |
scisimccfdir=$ccfstore/scisim |
26 |
|
27 |
|
28 |
export PATH |
29 |
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:$PATH |
30 |
|
31 |
#export LD_LIBRARY_PATH |
32 |
LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH |
33 |
|
34 |
umask 022 |