diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 345424b357..568445be2e 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -3,10 +3,11 @@ c_compiler: - clang # [osx] - vs2022 # [win] c_compiler_version: # [unix] - - 13 # [linux] - - 18 # [osx] + - 14 # [linux] + - 19 # [osx] # CUDA 12.4 on PPC does not support GCC 13 - 12 # [linux and ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] + # CUDA 12.6 doesn't support GCC 14 - 13 # [linux and not ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] c_stdlib: - sysroot # [linux] @@ -25,34 +26,34 @@ cxx_compiler: - clangxx # [osx] - vs2022 # [win] cxx_compiler_version: # [unix] - - 13 # [linux] - - 18 # [osx] + - 14 # [linux] + - 19 # [osx] - 12 # [linux and ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - 13 # [linux and not ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] llvm_openmp: # [osx] - - 18 # [osx] + - 19 # [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] - - 13 # [linux] - - 13 # [osx] + - 14 # [linux] + - 14 # [osx] - 5 # [win64] - 12 # [linux and ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - 13 # [linux and not ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] m2w64_c_compiler: # [win] - gcc # [win] m2w64_c_compiler_version: # [win] - - 13 # [win] + - 14 # [win] m2w64_cxx_compiler: # [win] - gxx # [win] m2w64_cxx_compiler_version: # [win] - - 13 # [win] + - 14 # [win] m2w64_fortran_compiler: # [win] - gfortran # [win] m2w64_fortran_compiler_version: # [win] - - 13 # [win] + - 14 # [win] cuda_compiler: - cuda-nvcc