Skip to content

Commit

Permalink
use cfitsio 4.4.0 for non-bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 12, 2024
1 parent 7e5ba20 commit 46896e5
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 46896e5

Please sign in to comment.