Skip to content

Commit f508448

Browse files
Damian RousonDamian Rouson
authored andcommitted
Update installer's default/minimum GCC version to 8.2.0
It's still possible to override this default/minimum using the installer flags --with-fortran, --with-c, and --with-cxx.
1 parent b47afbc commit f508448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/build-functions/set_or_print_default_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set_or_print_default_version()
2727
# See http://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
2828
package_version=(
2929
"cmake:3.4.0"
30-
"gcc:7.3.0"
30+
"gcc:8.2.0"
3131
"mpich:3.2"
3232
"wget:1.16.3"
3333
"flex:2.6.0"

0 commit comments

Comments
 (0)