1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02:00

[wheel build] Test macos wheels

This commit is contained in:
q-posev 2024-08-17 20:45:15 +02:00
parent 6a4d9d4d87
commit cebbbd1269

View File

@ -78,9 +78,15 @@ jobs:
./autogen.sh ./autogen.sh
./configure FC=gfortran-12 --enable-silent-rules ./configure FC=gfortran-12 --enable-silent-rules
make -j3 make -j3
cd tools
./prepare_python.sh - name: prepare python
cd .. 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/ rm -rf src/ tools/
mv python/* . mv python/* .