summaryrefslogtreecommitdiffstats
path: root/libraries/cfitsio/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-09 11:36:13 +0100
committer Matteo Bernardini2021-01-09 11:36:13 +0100
commitd53d61a1a0572aa2058e5324fd66c01c2ed3eccf (patch)
treed41f2a4360d572bdbec8081662b0f93b4aa2f8af /libraries/cfitsio/README
parenta60e2f392c2bd7cee33c089073f9d5e5169f422d (diff)
downloadslackbuilds-d53d61a1a0572aa2058e5324fd66c01c2ed3eccf.tar.gz
20210109.1 global branch merge.current-20210109.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/README')
-rw-r--r--libraries/cfitsio/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/cfitsio/README b/libraries/cfitsio/README
deleted file mode 100644
index 2f344cd6d6..0000000000
--- 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.