1
0
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:
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 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