From 297780e31514d54d3d57c1e83d734bb2d7cd7954 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 11 Mar 2023 21:23:14 +1100 Subject: [PATCH] GCC 12 & LLVM 15 --- recipe/conda_build_config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 26c04d394e..67b0174613 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -9,8 +9,8 @@ c_compiler: - clang # [osx] - vs2019 # [win] c_compiler_version: # [unix] - - 11 # [linux] - - 14 # [osx] + - 12 # [linux] + - 15 # [osx] - 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] @@ -20,21 +20,21 @@ cxx_compiler: - clangxx # [osx] - vs2019 # [win] cxx_compiler_version: # [unix] - - 11 # [linux] - - 14 # [osx] + - 12 # [linux] + - 15 # [osx] - 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] llvm_openmp: # [osx] - - 14 # [osx] + - 15 # [osx] fortran_compiler: # [unix or win64] - gfortran # [linux64 or (osx and x86_64)] - gfortran # [aarch64 or ppc64le or armv7l or s390x] - flang # [win64] fortran_compiler_version: # [unix or win64] - - 11 # [linux] - - 11 # [osx] + - 12 # [linux] + - 12 # [osx] - 5 # [win64] - 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]