Skip to content

Commit 5fc06f2

Browse files
committed
Add gfortran as a dependency
1 parent db34f23 commit 5fc06f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-necpp-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
if: runner.os == 'Linux'
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install -y swig autoconf automake libtool
38+
sudo apt-get install -y swig autoconf automake libtool gfortran
3939
4040
- name: Install build dependencies (macOS)
4141
if: runner.os == 'macOS'
4242
run: |
43-
brew install swig autoconf automake libtool
43+
brew install swig autoconf automake libtool gfortran
4444
4545
- name: Configure necpp_src
4646
shell: bash
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install build dependencies
8585
run: |
8686
sudo apt-get update
87-
sudo apt-get install -y swig autoconf automake libtool
87+
sudo apt-get install -y swig autoconf automake libtool gfortran
8888
8989
- name: Configure necpp_src
9090
run: |

.github/workflows/build-pynec-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
if: runner.os == 'Linux'
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install -y swig autoconf automake libtool
38+
sudo apt-get install -y swig autoconf automake libtool gfortran
3939
4040
- name: Install build dependencies (macOS)
4141
if: runner.os == 'macOS'
4242
run: |
43-
brew install swig autoconf automake libtool
43+
brew install swig autoconf automake libtool gfortran
4444
4545
- name: Configure necpp_src
4646
shell: bash
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install build dependencies
8585
run: |
8686
sudo apt-get update
87-
sudo apt-get install -y swig autoconf automake libtool
87+
sudo apt-get install -y swig autoconf automake libtool gfortran
8888
8989
- name: Configure necpp_src
9090
run: |

0 commit comments

Comments
 (0)