From e417a4bd86a6937d1bc765a6505a4d639dfe2b31 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 20 Aug 2022 21:47:11 -0500 Subject: [PATCH] gfortran 11 for osx-64 --- recipe/conda_build_config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 95ad8186a4..eecbcd1b08 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -34,8 +34,7 @@ fortran_compiler: # [unix or win64] - flang # [win64] fortran_compiler_version: # [unix or win64] - 10 # [linux] - - 11 # [osx and arm64] - - 9 # [osx and x86_64] + - 11 # [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]