From 412931f5317040bb1270d31cf028ddf2b589bbf5 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Tue, 3 Sep 2024 16:29:09 -0500 Subject: [PATCH] Include libgcc in ignore_list --- conda_build/post.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conda_build/post.py b/conda_build/post.py index 6b10af2a78..42bf319753 100644 --- a/conda_build/post.py +++ b/conda_build/post.py @@ -1325,7 +1325,11 @@ def check_overlinking_impl( precs.append(pkg_vendored_dist) ignore_list = utils.ensure_list(ignore_run_exports) if subdir.startswith("linux"): + # libgcc-ng is the defaults & old conda-forge package name ignore_list.append("libgcc-ng") + # conda-forge::libgcc-ng was renamed 08/27/2024 + # see https://github.com/conda-forge/ctng-compilers-feedstock/pull/148 + ignore_list.append("libgcc") package_nature = {prec: library_nature(prec, run_prefix) for prec in precs} lib_packages = {