Skip to content

Commit

Permalink
cfitsio v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laurepiq committed Jul 1, 2024
1 parent b383f79 commit 2cfbc5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
CIBW_ENVIRONMENT_LINUX: '
USEOPENMP=0
CFLAGS="-std=c99"
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/project/cfitsio-3.49/lib/pkgconfig
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/cfitsio-3.49/lib'
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/project/cfitsio-4.4.1/lib/pkgconfig
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/cfitsio-4.4.1/lib'
CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-std=c99"'
CIBW_TEST_REQUIRES: 'pytest numpy==1.19.5'
CIBW_TEST_COMMAND: 'pytest $(dirname $(python -c "import mpdaf; print(mpdaf.__file__)"))'
Expand Down
4 changes: 2 additions & 2 deletions build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set -e
# pip install -U Cython

echo "# Downloading cfitsio"
curl https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.49.tar.gz | tar xz
curl https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.4.1.tar.gz | tar xz
echo "# Installing cfitsio"
cd cfitsio-3.49
cd cfitsio-4.4.1
./configure && make clean shared install
cd ..

0 comments on commit 2cfbc5c

Please sign in to comment.