mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 12:23:54 +01:00
Try pinned SWIG from PyPI
This commit is contained in:
parent
f5ed4afb66
commit
59a836bba2
7
.github/workflows/actions.yml
vendored
7
.github/workflows/actions.yml
vendored
@ -156,12 +156,13 @@ jobs:
|
|||||||
brew install hdf5@1.14
|
brew install hdf5@1.14
|
||||||
brew install automake
|
brew install automake
|
||||||
brew install libtool
|
brew install libtool
|
||||||
# SWIG 4.3.0 with clang failed CI for macos@aarch64 - lol what? => pinnin for now
|
# SWIG 4.3.0 from homebrew with clang failed CI for macos@aarch64 - lol what?
|
||||||
brew install swig@4.2.1
|
pip install swig==4.2.1.post0
|
||||||
brew --prefix hdf5
|
swig -version
|
||||||
|
|
||||||
- name: configure with autotools
|
- name: configure with autotools
|
||||||
run: |
|
run: |
|
||||||
|
brew --prefix hdf5
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure CC=gcc-12 FC=gfortran-12 --enable-silent-rules
|
./configure CC=gcc-12 FC=gfortran-12 --enable-silent-rules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user