File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Install
117117 run : |
118- brew install m4 git bison hdf5 wget autoconf automake
118+ brew install m4 bison hdf5 wget autoconf automake
119119 brew remove llvm@$LLVM_VERSION
120120
121121 - name : Symlink gfortran
Original file line number Diff line number Diff line change 1- # Full version of FreeFem, using OpenMPI
2- name : Full version OpenMPI
1+ # Full version of FreeFem, using Open MPI
2+ name : Full version Open MPI
33
44on :
55 push :
Original file line number Diff line number Diff line change 7373
7474 # Automake is necessary on MacOS since aclocal is not included in autoconf
7575 - name : Install
76- run : brew install gcc autoconf automake m4 git flex bison
76+ run : brew install autoconf automake m4 flex bison
7777
7878 - name : Symlink GCC & Fortran
7979 run : ./etc/actions/macos/link_fortran.sh "$(uname -p)"
Original file line number Diff line number Diff line change 7474 - uses : actions/checkout@main
7575
7676 - name : Install
77- run : brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
77+ run : brew install m4 flex bison suitesparse hdf5 wget autoconf automake
7878
7979 - name : Symlink GCC & Fortran
8080 run : ./etc/actions/macos/link_fortran.sh "$(uname -p)"
You can’t perform that action at this time.
0 commit comments