Skip to content

Commit

Permalink
Ubuntu Bionic/Focal: Add GFortran 11
Browse files Browse the repository at this point in the history
Add GFortran 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets.
  • Loading branch information
EwoutH committed May 4, 2021
1 parent a1c124e commit e4aeef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/linux/toolsets/toolset-1804.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
"gfortran-10",
"gfortran-11"
]
},
"php": {
Expand Down
3 changes: 2 additions & 1 deletion images/linux/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
"gfortran-10",
"gfortran-11"
]
},
"php": {
Expand Down

0 comments on commit e4aeef1

Please sign in to comment.