mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +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
|
./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/* .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user