From e7df60a5a644a70d085b146ad129ebdb94826f08 Mon Sep 17 00:00:00 2001 From: Giorgis Georgakoudis Date: Sun, 18 Jan 2026 11:12:16 -0800 Subject: [PATCH] Use GCC 9 to avoid incompatibilities with newer sysroot versions --- .../conda-recipes/pyomp/conda_build_config.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/buildscripts/conda-recipes/pyomp/conda_build_config.yaml b/buildscripts/conda-recipes/pyomp/conda_build_config.yaml index b057b67dd074..6be156c0d4a4 100644 --- a/buildscripts/conda-recipes/pyomp/conda_build_config.yaml +++ b/buildscripts/conda-recipes/pyomp/conda_build_config.yaml @@ -1,18 +1,13 @@ -# Numba/llvmlite stack needs an older compiler for backwards compatibility. -# Numba/llvmlite stack needs an older compiler for backwards compatability. c_compiler_version: - - 7 # [linux and (x86_64 or ppc64le)] - - 9 # [linux and aarch64] + - 9 # [linux] - 14 # [osx] cxx_compiler_version: - - 7 # [linux and (x86_64 or ppc64le)] - - 9 # [linux and aarch64] + - 9 # [linux] - 14 # [osx] fortran_compiler_version: - - 7 # [linux and (x86_64 or ppc64le)] - - 9 # [linux and aarch64] + - 9 # [linux] cxx_compiler: # [osx] - clang_bootstrap # [osx]