Skip to content

Commit

Permalink
[wheel build] Test macos wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Aug 17, 2024
1 parent 6a4d9d4 commit cebbbd1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,15 @@ jobs:
./autogen.sh
./configure FC=gfortran-12 --enable-silent-rules
make -j3
cd tools
./prepare_python.sh
cd ..
- name: prepare python
run: |
export H5_CFLAGS="-I$(brew --prefix hdf5)/include"
export H5_LDFLAGS="-L$(brew --prefix hdf5)/lib"
make python-install
- name: cleanup python
run: |
rm -rf src/ tools/
mv python/* .
Expand Down

0 comments on commit cebbbd1

Please sign in to comment.