From 6da703d3f51919d2aa95cbc1f2a95f793064d492 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sun, 20 Oct 2024 20:22:52 +1100 Subject: [PATCH] bump to clang 18 --- recipe/conda_build_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index ca964b18cf..564ea3b6a8 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -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: @@ -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]