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

Diff of /bin/ccflib.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ccflib, Mon Feb 18 20:18:12 2002 UTC revision 1.2 by ccflib, Tue Feb 19 13:57:04 2002 UTC
# Line 3  Line 3 
3  # Giuseppe Vacanti (cosine) August 2000  # Giuseppe Vacanti (cosine) August 2000
4  #  #
5  saslatest () {  saslatest () {
6      SAS_DIR=/data/xmm/saslib/installed/deceit      SAS_DIR=~/sas
7      SAS_PATH=/data/xmm/saslib/installed/deceit      SAS_PATH=~/sas
8      export SAS_DIR      export SAS_DIR
9      export SAS_PATH      export SAS_PATH
10      export SAS_CCF=$SAS_DIR/lib/testccf      export SAS_CCF=$SAS_DIR/lib/testccf
# Line 12  saslatest () { Line 12  saslatest () {
12      echo "SAS set up complete. SAS_DIR = $SAS_DIR"      echo "SAS set up complete. SAS_DIR = $SAS_DIR"
13  }  }
14    
15  sasexperiment () {  # These are the directories as seen from xvsas01
16      SAS_DIR=/data/xmm/saslib/installed/latestDelivered  ccfstore=$HOME/ccfstore
17      SAS_PATH=/data/xmm/saslib/installed/latestDelivered  ccfrepository=$ccfstore/public
     export SAS_DIR  
     export SAS_PATH  
     . $SAS_DIR/sas-setup.sh  
     echo "SAS set up complete. SAS_DIR = $SAS_DIR"  
 }  
   
 ccfrepository=$HOME/ccf_repository  
18  ccfdir=$ccfrepository  ccfdir=$ccfrepository
19  ccfdeveldir=$ccfdir/devel  ccfrel=$ccfstore/release
20  scisimccfdir=$ccfdir/scisim  ccfdeveldir=$ccfstore/devel
21    scisimccfdir=$ccfstore/scisim
22    
23    
24  export PATH  export PATH
25  PATH=$HOME/bin:/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:$PATH  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  #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  #LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH
29    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.27