diff options
author | Dominik Drobek <dominik.drobek@o2.pl> | 2011-06-23 21:15:30 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:01 -0300 |
commit | 169eee141e7de16a49db6366579b6d60178c6457 (patch) | |
tree | 7f3513a83885ab3ca9cb226b32b53ea88ec29656 /libraries/cfitsio/README | |
parent | 1adfa3e1c08d4f2738183e4645a1a9cfbf155a90 (diff) |
libraries/cfitsio: Updated for version 3.28.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/README')
-rw-r--r-- | libraries/cfitsio/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/cfitsio/README b/libraries/cfitsio/README index f17c2e788a7a..b065ce914d68 100644 --- a/libraries/cfitsio/README +++ b/libraries/cfitsio/README @@ -4,3 +4,10 @@ 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. |