Skip to content

Commit

Permalink
switch to gcc@12 as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro committed Jan 31, 2024
1 parent 1d03d3c commit a4af8d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes/openfoam-ltd/2212/mc/compilers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bootstrap:
spec: gcc@11
spec: gcc@12
gcc:
specs:
- gcc@11
- gcc@12
2 changes: 1 addition & 1 deletion recipes/openfoam-ltd/2212/mc/environments.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openfoam-env:
compiler:
- toolchain: gcc
spec: gcc@11
spec: gcc@12
mpi:
spec: cray-mpich
unify: true
Expand Down
2 changes: 1 addition & 1 deletion recipes/openfoam-ltd/2212/mc/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ modules:
projections:
openfoam: "openfoam/{version}"
include: [openfoam]
exclude: ["%gcc@11", "%gcc@7"]
exclude: ["%gcc@12", "%gcc@7"]

0 comments on commit a4af8d6

Please sign in to comment.