Skip to content

Commit

Permalink
fix gfortran macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 7, 2023
1 parent c7902a3 commit f5f77b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/job1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Install
run: brew install gcc m4 git flex bison

- name: Ensure gfortran
run: ln -s /usr/local/bin/gfortran-12 /usr/local/bin/gfortran

- name: Configure
run: |
tar xvf AutoGeneratedFile.tar.gz
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/job2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install
run: brew install gcc m4 git flex bison suitesparse hdf5

- name: Ensure gfortran
run: ln -s /usr/local/bin/gfortran-12 /usr/local/bin/gfortran

- name: Configure
run: |
tar xvf AutoGeneratedFile.tar.gz
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/job3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake

- name: Ensure gfortran
run: ln -s /usr/local/bin/gfortran-12 /usr/local/bin/gfortran

- name: Configure
run: |
autoreconf -i
Expand Down

0 comments on commit f5f77b6

Please sign in to comment.