IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 11:33:34 AM (20 years ago)
Author:
Paul Price
Message:

Applying patches from RHL.

  • Correctly detect cfitsio 3 (ffdkopn)
  • Add PS_ERR_FITS_BAD
  • Free memory leaks caused by extra columns with FITS tables
  • Report error for singular matrices in LMM
  • Add psErrorCodeLast
  • Write psAbort errors, even if logging is off; flush the file descriptor
  • Useful macro: PS_FILE_LINE
  • Print a newline if the last character of a trace lacks one
  • When moving arguments down, set the vacated slot to NULL (so that original is valid)
  • If nFail is omitted, push an error if appropriate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r6954 r7300  
    172172)
    173173dnl Now check if CFITSIO supports fits_open_diskfile, i.e., is at least version 2.501
    174 AC_CHECK_LIB(cfitsio,ffdkopen,
     174AC_CHECK_LIB(cfitsio,ffdkopn,
    175175  [CFITSIO_DISKFILE=1],
    176176  [AC_MSG_WARN([The CFITSIO library version is rather old.  Suggested version is 2.501 or greater.])
     
    361361])
    362362
    363 if test "$SWIG_REQ" == "yes"
    364 then
    365   AC_CONFIG_FILES([ swig/Makefile ])
    366 fi
     363#if test "$SWIG_REQ" == "yes"
     364#then
     365#  AC_CONFIG_FILES([ swig/Makefile ])
     366#fi
    367367
    368368AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.