[ubuntu] Add GCC 11 (#3291)

* 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.
This commit is contained in:
Ewout ter Hoeven
2021-05-06 09:31:09 +02:00
committed by GitHub
parent 366f1b078e
commit 3ebf601284
2 changed files with 8 additions and 4 deletions

View File

@@ -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": {

View File

@@ -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": {