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

Diff for /JSOC/configure between version 1.30 and 1.31

version 1.30, 2008/07/15 21:03:51 version 1.31, 2008/07/16 18:51:33
Line 231  if ($CHKLIBS == "no") then
Line 231  if ($CHKLIBS == "no") then
                 echo "Can't find required library: lib/linux_x86_64/libcfitsio.a"                 echo "Can't find required library: lib/linux_x86_64/libcfitsio.a"
                 set TPWARN = 1                 set TPWARN = 1
             endif             endif
   
             if (!(-e lib/linux_x86_64/libcfitsio_gcc.a)) then  
                 echo "Can't find required library: lib/linux_x86_64/libcfitsio_gcc.a"  
                 set TPWARN = 1  
             endif  
         endif         endif
  
         if ($JSOC_MACHINE == "linux_ia32") then         if ($JSOC_MACHINE == "linux_ia32") then
Line 255  if ($CHKLIBS == "no") then
Line 250  if ($CHKLIBS == "no") then
         if (-e ../suflag.txt) then         if (-e ../suflag.txt) then
             # Stanford users' required libs.             # Stanford users' required libs.
             if ($JSOC_MACHINE == "linux_x86_64") then             if ($JSOC_MACHINE == "linux_x86_64") then
                   if (!(-e lib/linux_x86_64/libcfitsio_gcc.a)) then
                       echo "Can't find required library: lib/linux_x86_64/libcfitsio_gcc.a"
                       set TPWARN = 1
                   endif
                 if (!(-e lib/linux_x86_64/libfftw3f.a)) then                 if (!(-e lib/linux_x86_64/libfftw3f.a)) then
                     echo "Can't find required library: lib/linux_x86_64/libfftw3f.a"                     echo "Can't find required library: lib/linux_x86_64/libfftw3f.a"
                     set TPWARN = 1                     set TPWARN = 1
Line 299  if ($CHKLIBS == "no") then
Line 298  if ($CHKLIBS == "no") then
         endif         endif
  
         cd ..         cd ..
   
           # Set custom make file to tell the make system that the gcc cfitsio library is called
           # libcfitsio_gcc.a
           if (-e suflag.txt) then
               echo "CFITSIOFNAME_GCC_X86_64 = cfitsio_gcc" > custom.mk
           endif
   
         echo "done"         echo "done"
         echo         echo
  


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

Karen Tian
Powered by
ViewCVS 0.9.4