Skip to content

Commit

Permalink
Merge pull request #767 from sourceryinstitute/default-to-gcc-12
Browse files Browse the repository at this point in the history
Update default GCC version to 12.1.0
  • Loading branch information
rouson authored Sep 2, 2022
2 parents 9538de4 + 83f74a7 commit 063740c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set_or_print_default_version()
# See http://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
package_version=(
"cmake:3.10.0"
"gcc:10.1.0"
"gcc:12.1.0"
"mpich:3.2"
"wget:1.16.3"
"flex:${apple_flex_version:-2.6.0}"
Expand Down

0 comments on commit 063740c

Please sign in to comment.