mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
[wheel build] Test macos wheels
This commit is contained in:
parent
6a4d9d4d87
commit
cebbbd1269
12
.github/workflows/build-wheels.yml
vendored
12
.github/workflows/build-wheels.yml
vendored
@ -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/* .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user