Skip to content

Commit

Permalink
bump to clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 20, 2024
1 parent fe63c7b commit 6da703d
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]
- 13 # [linux]
- 17 # [osx]
- 18 # [osx]
- 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
- 12 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
c_stdlib:
Expand All @@ -27,11 +27,11 @@ cxx_compiler:
- vs2022 # [win and arm64]
cxx_compiler_version: # [unix]
- 13 # [linux]
- 17 # [osx]
- 18 # [osx]
- 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
- 12 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
llvm_openmp: # [osx]
- 17 # [osx]
- 18 # [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 6da703d

Please sign in to comment.