Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80721 - sci-libs/cfitsio: V2.510 is available
Summary: sci-libs/cfitsio: V2.510 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
: 92664 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-04 07:25 UTC by Matthias Geerdsen (RETIRED)
Modified: 2005-05-17 23:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Geerdsen (RETIRED) gentoo-dev 2005-02-04 07:25:14 UTC
ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/changes.txt

Version 2.501 - 2 December 2004

  New Routines:
  
   - added fits_open_diskfile and fits_create_diskfile routines that simply
     open or create a FITS file with a specified name.  CFITSIO does not
     try to parse the name using the extended filename syntax.
     
   - 2 new C functions, CFITS2Unit and CUnit2FITS, were added to convert
     between the C fitsfile pointer value and the Fortran unit number.
     These functions may be useful in mixed language C and Fortran programs.   
   
  Enhancements:
  
   - added the ability to recognize and open a compressed FITS file
     (compressed with gzip or unix compress) on the stdin standard input
     stream.
  
   - Craig Markwardt (GSFC) provided 2 more lexical parser functions:
     accum(x) and seqdiff(x) that compute the cummulative sum and the
     sequential difference of the values of x.
  
   - modified putcole.c and putcold.c so that when writing arrays of
     pixels to the FITS image or column that contain null values, and
     there are also numerical overflows when converting some of the
     non-null values to the FITS values, CFITSIO will now ignore the
     overflow error until after all the data have been written. Previously,
     in some circumstances CFITSIO would have simply stopped writing any
     data after the first overflow error.     
      
   - modified fitsio2.h to try to eliminate compiler warning messages
     on some platforms about the use of 'long long' constants when 
     defining the value of LONGLONG_MAX (whether to use L or LL
     suffix).

   - modified region.c to support 'physical' regions in addition to
     'image', 'fk4', etc.

   - modified ffiurl (input filename parsing routine) to increase the 
     maximum allowed extension number that can be specified from 9999 
     to 99999 (e.g. 'myfile.fits+99999')

  Bug Fixes:
  
   - added check to fits_create_template to force it to start with
     the primary array in the template file, in case an extension
     number was specified as part of the template FITS file name.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-02-04 07:49:10 UTC
Did you check if the old ebuild works?
Comment 2 Matthias Geerdsen (RETIRED) gentoo-dev 2005-02-04 08:17:19 UTC
sorry, yeah

no problems emerging, when using a renamed 2.500 ebuild
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-15 03:28:53 UTC
*** Bug 92664 has been marked as a duplicate of this bug. ***
Comment 4 Steve Arnold archtester gentoo-dev 2005-05-17 23:56:00 UTC
Added 2.510 to CVS...