1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 04:14:40 +01:00

Try pinned SWIG from PyPI

This commit is contained in:
Evgeny Posenitskiy 2024-11-10 21:57:54 +01:00 committed by GitHub
parent f5ed4afb66
commit 59a836bba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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