(file) Return to configure CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configure between version 1.45 and 1.48

version 1.45, 2009/04/02 00:49:28 version 1.48, 2009/06/05 21:03:51
Line 1 
Line 1 
 #! /bin/csh -f #! /bin/csh -f
  
   rm custom.mk
   
 # set up $JSOC_MACHINE # set up $JSOC_MACHINE
 set JSOC_MACHINE = `build/jsoc_machine.csh` set JSOC_MACHINE = `build/jsoc_machine.csh`
 echo "Machine type is $JSOC_MACHINE" echo "Machine type is $JSOC_MACHINE"
Line 228  if ($CHKLIBS == "no") then
Line 230  if ($CHKLIBS == "no") then
         # Set custom make file to tell the make system that the gcc cfitsio library is called         # Set custom make file to tell the make system that the gcc cfitsio library is called
         # libcfitsio_gcc.a         # libcfitsio_gcc.a
         if (-e suflag.txt) then         if (-e suflag.txt) then
             echo "CFITSIOFNAME_GCC_X86_64 = cfitsio_gcc" > custom.mk              echo "CFITSIOFNAME_GCC_X86_64 = cfitsio_gcc" >> custom.mk
         endif         endif
  
         # Make customizations - ensure changes here are synchronized to changes in make_basic.mk         # Make customizations - ensure changes here are synchronized to changes in make_basic.mk
Line 392  endif
Line 394  endif
 if ($TPWARN) then if ($TPWARN) then
     echo "Did you update config.local to create links to installed third-party libraries?"     echo "Did you update config.local to create links to installed third-party libraries?"
 endif endif
   
   # Customize compilers
   # echo "CUSTOM_COMPILER = gcc" >> custom.mk
   # echo "CUSTOM_FCOMPILER = gfortran" >> custom.mk
   
   # run perl script to do even more configuration
   moreconfigure.pl -fcustom.mk


Legend:
Removed from v.1.45  
changed lines
  Added in v.1.48

Karen Tian
Powered by
ViewCVS 0.9.4