diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-08 10:37:31 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:15:55 -0500 |
commit | f120e2ba7c3f7c83105f5535259ba903a4f4884a (patch) | |
tree | 13aa7c8f5e98204173e200f427ca63b0730cf067 /libraries/cfitsio/README | |
parent | b9040ab193b40b24e4f57ef20e7246323bcd82bf (diff) |
libraries/cfitsio: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/README')
-rw-r--r-- | libraries/cfitsio/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/cfitsio/README b/libraries/cfitsio/README deleted file mode 100644 index 2f344cd6d603..000000000000 --- a/libraries/cfitsio/README +++ /dev/null @@ -1,13 +0,0 @@ -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: - CFITSIO_REENTRANT=yes ./cfitsio.SlackBuild - -This option is disabled by default because some legacy software will -not link against reentrant libcfitsio. |