Skip to content

Commit

Permalink
Merge pull request #4991 from isuruf/clang-16
Browse files Browse the repository at this point in the history
Bump to clang 16
  • Loading branch information
isuruf authored Oct 5, 2023
2 parents c0afc85 + bac703a commit 7798f0f
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 @@ -5,7 +5,7 @@ c_compiler:
- vs2022 # [win and arm64]
c_compiler_version: # [unix]
- 12 # [linux]
- 15 # [osx]
- 16 # [osx]
- 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
cxx_compiler:
- gxx # [linux]
Expand All @@ -14,10 +14,10 @@ cxx_compiler:
- vs2022 # [win and arm64]
cxx_compiler_version: # [unix]
- 12 # [linux]
- 15 # [osx]
- 16 # [osx]
- 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
llvm_openmp: # [osx]
- 15 # [osx]
- 16 # [osx]
fortran_compiler: # [unix or win64]
- gfortran # [linux64 or (osx and x86_64)]
- gfortran # [aarch64 or ppc64le or armv7l or s390x]
Expand Down

0 comments on commit 7798f0f

Please sign in to comment.