slackbuilds/libraries/cfitsio
Dominik Drobek c3a19bf016 libraries/cfitsio: Updated for version 3.35.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-07-12 13:05:05 -05:00
..
README libraries/cfitsio: Updated for version 3.28. 2011-07-14 21:54:01 -03:00
cfitsio.SlackBuild libraries/cfitsio: Updated for version 3.35. 2013-07-12 13:05:05 -05:00
cfitsio.info libraries/cfitsio: Updated for version 3.35. 2013-07-12 13:05:05 -05:00
slack-desc libraries/cfitsio: Added (FITS file I/O library for C) 2011-05-04 23:09:47 -05:00

README

cfitsio is a library of ANSI C routines for reading and writing
FITS format data files. A set of Fortran-callable wrapper routines
is also included for the convenience of Fortran programmers.

The documentation directory contains a comprehensive API reference
guide and instructions on using cfistio in Fortran programs.

If you wish to build the library with the --enable-reentrant option,
run the SlackBuild script like this:
    REENTRANT=yes ./cfitsio.SlackBuild

This option is disabled by default because some legacy software will
not link against reentrant libcfitsio.