From bac703af6f6a87e852a19f195caf60952c227061 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 4 Oct 2023 12:49:28 -0500 Subject: [PATCH] Bump to clang 16 --- 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 3bc2bffcf3..aaa7eddd1b 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] - 12 # [linux] - - 15 # [osx] + - 16 # [osx] - 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] cxx_compiler: - gxx # [linux] @@ -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]