(file) Return to suflag.txt CVS log (file) (dir) Up to [Development] / JSOC / Attic

Diff for /JSOC/Attic/suflag.txt between version 1.2 and 1.3

version 1.2, 2009/10/13 19:22:37 version 1.3, 2010/03/09 19:56:06
Line 1 
Line 1 
 # This file identifies that this CVS working directory contains Stanford-specific project configuration and make files. # This file identifies that this CVS working directory contains Stanford-specific project configuration and make files.
 # It also contains Stanford-specific DEFAULT configuration. To override this, use config.local.  # It also contains Stanford-specific DEFAULT configuration, for both
   # the base and proj directories
   #To override this, use config.local.
  
 # Stanford third-party libraries  # Stanford third-party libraries used by base
     POSTGRES_LIB = pq     POSTGRES_LIB = pq
     CFITSIO_LIB = cfitsio     CFITSIO_LIB = cfitsio
  
Line 26 
Line 28 
       CFITSIO_LIBS = /home/jsoc/lib/linux-x86_64       CFITSIO_LIBS = /home/jsoc/lib/linux-x86_64
     endif     endif
  
   # Stanford third-party libraries used by the project directories
       FFTW3_LIB = fftw3
   
       ifeq ($(JSOC_MACHINE), linux_ia32)
         FFTW_INCS = /home/jsoc/include
         FFTW_LIBS = /home/jsoc/lib/linux-ia32
       endif
   
       ifeq ($(JSOC_MACHINE), linux_x86_64)
         FFTW_INCS = /home/jsoc/include
         FFTW_LIBS = /home/jsoc/lib/linux-x86_64
       endif
   
 # Try to specialize for non-default machines # Try to specialize for non-default machines
     ifeq ($(MACHTYPE), j1)     ifeq ($(MACHTYPE), j1)
       POSTGRES_INCS = /usr/include/pgsql       POSTGRES_INCS = /usr/include/pgsql


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

Karen Tian
Powered by
ViewCVS 0.9.4