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

Diff for /JSOC/configure between version 1.28 and 1.30

version 1.28, 2008/07/14 21:08:46 version 1.30, 2008/07/15 21:03:51
Line 219  if ($CHKLIBS == "no") then
Line 219  if ($CHKLIBS == "no") then
 # Non-Stanford users: edit these lines to reflect the location of required # Non-Stanford users: edit these lines to reflect the location of required
 #  3rd party libs: cfitsio.a #  3rd party libs: cfitsio.a
             ln -sfv /usr/local/include include             ln -sfv /usr/local/include include
             ln -sfv /usr/local/lib lib              if (!(-d lib)) mkdir lib
               ln -sfv /usr/local/lib lib/$JSOC_MACHINE
         endif         endif
  
         set TPWARN = 0         set TPWARN = 0
Line 230  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


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

Karen Tian
Powered by
ViewCVS 0.9.4