Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent 8d0fd90 commit 7435bc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: macos-f2c
runs_on: macos-latest
taps: FranklinChen/tap
packages: automake libtool f2c
packages: automake libtool
cxx: gcc-9
outputs: lib share

Expand All @@ -91,6 +91,10 @@ jobs:
if: matrix.runs_on == 'macos-latest'
run: brew tap ${{ matrix.taps }} && brew install ${{ matrix.packages }}

- name: Install F2C
if: matrix.name == 'macos-f2c'
run: brew install --HEAD franklinchen/tap/f2c

- name: Run F2C
if: matrix.name == 'ubuntu-f2c' || matrix.name == 'windows-f2c' || matrix.name == 'macos-f2c'
run: f2c -w -a -C++ -Nn1604 -Nq1200 -dsrc/eos/ src/eos/*.f & f2c -w -a -C++ -dsrc/sme/ src/sme/*.f
Expand Down

0 comments on commit 7435bc8

Please sign in to comment.