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