Skip to content

Commit

Permalink
Merge pull request #398 from esheldon/cfitsio-4.4.0
Browse files Browse the repository at this point in the history
Cfitsio 4.4.0
  • Loading branch information
esheldon authored Jun 12, 2024
2 parents ef68463 + 46896e5 commit f0d0bb4
Show file tree
Hide file tree
Showing 165 changed files with 8,702 additions and 9,935 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
run: |
mkdir cfitsio-external-build
cd cfitsio-external-build
wget https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.2.0.tar.gz
tar -xzvf cfitsio-4.2.0.tar.gz
cd cfitsio-4.2.0
wget https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.4.0.tar.gz
tar -xzvf cfitsio-4.4.0.tar.gz
cd cfitsio-4.4.0
./configure --disable-shared --prefix=$HOME/cfitsio-static-install
make install -j 4
cd ..
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
version 1.2.3 (not yet released)
-------------

Changes

- bundle cfitsio 4.4.0.

Bug Fixes

- Reading images with empty slices was returning data
- Using cfitsio 4.4.0 fixes a bug reading HIERARCH+CONTINUE keywords

version 1.2.2
-------------
Expand Down
25 changes: 0 additions & 25 deletions cfitsio-4.2.0/License.txt

This file was deleted.

109 changes: 0 additions & 109 deletions cfitsio-4.2.0/README

This file was deleted.

Loading

0 comments on commit f0d0bb4

Please sign in to comment.