(file) Return to config.local.template CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/config.local.template between version 1.10 and 1.11

version 1.10, 2009/09/18 23:33:09 version 1.11, 2009/09/22 17:43:03
Line 1 
Line 1 
   __DEFS__
   
 # NetDRMS local site configuration info # NetDRMS local site configuration info
 # edit the values in the second column of each line in this file to reflect # edit the values in the second column of each line in this file to reflect
 #   the values appropriate to your site #   the values appropriate to your site
Line 37  DRMS_SITE_CODE 0x4000
Line 39  DRMS_SITE_CODE 0x4000
 #   if you have followed the PostgreSQL installation suggestions #   if you have followed the PostgreSQL installation suggestions
 POSTGRES_ADMIN  postgres POSTGRES_ADMIN  postgres
  
 # the include path for the PostgreSQL API; likely to be either  
 #   /usr/include/pgsql or /usr/local/pgsql/include  
 #   it should contain the subdirectories: informix, internal, and server  
 POSTGRES_INCS   /usr/include/pgsql  
   
 # the location of the PostgreSQL libs; likely to be either  
 #   /usr/lib or /usr/lib64 or /usr/local/pgsql/lib  
 POSTGRES_LIBS   /usr/lib  
   
 # the location of third-party libraries (especially cfitsio, which is required,  
 #   also others that may be used for modules such as fftw, gsl, etc.)  
 # if different libraries are in different paths, it is recommended that links  
 #   to all required ones be made in the single directory named here  
 THIRD_PARTY_LIBS        /usr/local/lib  
   
 # the location of third-party library include files (currently ignored);  
 #   see above for multiple locations  
 THIRD_PARTY_INCS        /usr/local/include  
   
 # a sample namespace appropriate to your site; this is only used for a # a sample namespace appropriate to your site; this is only used for a
 #   couple of database initialization scripts and is not important for #   couple of database initialization scripts and is not important for
 #   subsequent installations/updates #   subsequent installations/updates
Line 137  SUMS_TAPE_AVAILABLE 0
Line 120  SUMS_TAPE_AVAILABLE 0
 #   and #   and
 #     SUMEXP_PORTFMT    "0" #     SUMEXP_PORTFMT    "0"
  
 # METH argument - The transfer program name (e.g. scp-hpn)  # METH argument - The transfer program name (eg., scp-hpn)
 #SUMEXP_METHFMT "%s", meth #SUMEXP_METHFMT "%s", meth
  
 # USER argument - The user account name on the HOST containing the source file # USER argument - The user account name on the HOST containing the source file
Line 148  SUMS_TAPE_AVAILABLE 0
Line 131  SUMS_TAPE_AVAILABLE 0
  
 # PORT argument - The port on the host machine to connect to # PORT argument - The port on the host machine to connect to
 #SUMEXP_PORTFMT "%s", port #SUMEXP_PORTFMT "%s", port
   
   __MAKE__
   
   # Third-party libraries required in order to make NetDRMS binaries. Specify
   # a default and also machine-specific locations (if desired). The default will
   # be used if no machine-specific entry exists.
   
   # *** PostgreSQL ***
   
   #   defaults
   #     PostgreSQL API headers (must contain libpq-fe.h)
   POSTGRES_INCS:X86_64    /usr/include
   POSTGRES_INCS:IA32      /usr/include
   #     the location of the PostgreSQL libs; likely to be either
   #     /usr/lib or /usr/lib64 or /usr/local/pgsql/lib
   POSTGRES_LIBS:X86_64    /usr/lib64
   POSTGRES_LIBS:IA32      /usr/lib
   
   #     actual library names
   POSTGRES_LIB            pq
   
   #   machine-specific
   #     The following is an example:
   #     POSTGRES_LIBS:N02     /usr/lib64
   
   # *** end PostgreSQL ***
   
   # *** CFITSIO ***
   
   #   defaults
   #     CFITSIO API headers (must contain fitsio.h)
   CFITSIO_INCS:X86_64     /home/jsoc/include
   CFITSIO_INCS:IA32       /home/jsoc/include
   
   #     the location of the cfitsio libraries
   CFITSIO_LIBS:X86_64     /home/jsoc/lib/linux-x86_64
   CFITSIO_LIBS:IA32       /home/jsoc/lib/linux-ia32
   
   #     actual library names
   CFITSIO_LIB             cfitsio
   
   #   machine-specific
   #     The following is an example:
   #     CFITSIO_LIBS:N02  /usr/lib64
   
   # *** end CFITSIO ***


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

Karen Tian
Powered by
ViewCVS 0.9.4