Skip to content

Commit

Permalink
install cfitsio
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Nov 20, 2024
1 parent f8523be commit c03af5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.build }}
CIBW_BEFORE_ALL_LINUX: yum install -y bzip2-devel flac-devel netcdf-devel
CIBW_BEFORE_ALL_MACOS: brew install bzip2 flac netcdf
CIBW_BEFORE_ALL_MACOS: brew install bzip2 flac netcdf cfitsio
CIBW_BEFORE_BUILD: ./deps/install_boost.sh
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
DYLD_LIBRARY_PATH=$PWD/deps/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
Expand Down

0 comments on commit c03af5d

Please sign in to comment.