Skip to content

Commit

Permalink
[ubuntu] Add GCC 11 (#3291)
Browse files Browse the repository at this point in the history
* Ubuntu Bionic/Focal: Add GCC 11

Add GCC 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets.

* Ubuntu Bionic/Focal: Add GFortran 11

Add GFortran 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets.
  • Loading branch information
EwoutH committed May 6, 2021
1 parent 366f1b0 commit 3ebf601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions images/linux/toolsets/toolset-1804.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,15 @@
"gcc": {
"versions": [
"g++-9",
"g++-10"
"g++-10",
"g++-11"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
"gfortran-10",
"gfortran-11"
]
},
"php": {
Expand Down
6 changes: 4 additions & 2 deletions images/linux/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,15 @@
"gcc": {
"versions": [
"g++-9",
"g++-10"
"g++-10",
"g++-11"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
"gfortran-10",
"gfortran-11"
]
},
"php": {
Expand Down

1 comment on commit 3ebf601

@natasha1007
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

images/linux/toolsets/toolset-2004.json

Please sign in to comment.