Skip to content

Commit

Permalink
Merge pull request #3731 from h-vetinari/gcc
Browse files Browse the repository at this point in the history
bump to GCC 11
  • Loading branch information
hmaarrfk authored Dec 4, 2022
2 parents 71ec78a + 860b1e6 commit 7de6e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ c_compiler:
- clang # [osx]
- vs2019 # [win]
c_compiler_version: # [unix]
- 10 # [linux]
- 11 # [linux]
- 14 # [osx]
- 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]
- 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]
Expand All @@ -20,7 +20,7 @@ cxx_compiler:
- clangxx # [osx]
- vs2019 # [win]
cxx_compiler_version: # [unix]
- 10 # [linux]
- 11 # [linux]
- 14 # [osx]
- 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]
- 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]
Expand All @@ -33,7 +33,7 @@ fortran_compiler: # [unix or win64]
- gfortran # [aarch64 or ppc64le or armv7l or s390x]
- flang # [win64]
fortran_compiler_version: # [unix or win64]
- 10 # [linux]
- 11 # [linux]
- 11 # [osx]
- 5 # [win64]
- 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]
Expand Down

0 comments on commit 7de6e03

Please sign in to comment.