From 408e182a971b21e5f784daa05078ff3c0d475646 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 4 May 2024 16:21:17 +1100 Subject: [PATCH] GCC 13 & LLVM 17 --- 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 ce80136ed5..61df2353ac 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -4,8 +4,8 @@ c_compiler: - vs2019 # [win and x86_64] - vs2022 # [win and arm64] c_compiler_version: # [unix] - - 12 # [linux] - - 16 # [osx] + - 13 # [linux] + - 17 # [osx] - 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] c_stdlib: - sysroot # [linux] @@ -24,18 +24,18 @@ cxx_compiler: - vs2019 # [win and x86_64] - vs2022 # [win and arm64] cxx_compiler_version: # [unix] - - 12 # [linux] - - 16 # [osx] + - 13 # [linux] + - 17 # [osx] - 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] llvm_openmp: # [osx] - - 16 # [osx] + - 17 # [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] - - 12 # [linux] - - 12 # [osx] + - 13 # [linux] + - 13 # [osx] - 5 # [win64] - 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] m2w64_c_compiler: # [win]