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

Annotation of /bin/ccflib.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Thu Oct 7 16:12:48 2004 UTC (20 years, 1 month ago) by ccflib
Branch: MAIN
Changes since 1.4: +3 -1 lines
Set memory model to Low

1 ccflib 1.1 #! /bin/sh
2     #
3     # Giuseppe Vacanti (cosine) August 2000
4     #
5 ccflib 1.5 # $Id: ccflib.cfg,v 1.4 2003/11/26 10:50:35 ccflib Exp $
6 ccflib 1.4 #
7 ccflib 1.1 saslatest () {
8 ccflib 1.2 SAS_DIR=~/sas
9     SAS_PATH=~/sas
10 ccflib 1.1 export SAS_DIR
11     export SAS_PATH
12     export SAS_CCF=$SAS_DIR/lib/testccf
13     . $SAS_DIR/sas-setup.sh
14 ccflib 1.5 export SAS_MEMORY_MODEL=Low
15     echo $SAS_MEMORY_MODEL
16 ccflib 1.1 echo "SAS set up complete. SAS_DIR = $SAS_DIR"
17     }
18    
19 ccflib 1.2 # These are the directories as seen from xvsas01
20     ccfstore=$HOME/ccfstore
21     ccfrepository=$ccfstore/public
22 ccflib 1.1 ccfdir=$ccfrepository
23 ccflib 1.2 ccfrel=$ccfstore/release
24     ccfdeveldir=$ccfstore/devel
25     scisimccfdir=$ccfstore/scisim
26 ccflib 1.1
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 ccflib 1.2 #export LD_LIBRARY_PATH
32 ccflib 1.3 LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH
33 ccflib 1.1
34 ccflib 1.4 umask 022

  ViewVC Help
Powered by ViewVC 1.1.27