AnacondaRecipes / python-feedstock

A conda-smithy repository for python.
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Build with gcc v7 #104

Open danpetry opened 1 year ago

danpetry commented 1 year ago

There are a number of feedstocks (~20) where the conda_build_config.yaml specifies an older version of gcc.

These are now incompatible with a python which is built with a newer version of gcc. Having been built with gcc v11, python 3.11 requires ld_impl_linux-ppc64le >=2.36.1. However, if it has been built with gcc v8, another package will require ld_impl_linux-ppc64le ==2.33.1. Therefore, the feedstocks which have specified an older version of gcc will now have dependency conflicts on python 3.11.

The conda_build_config can be removed after this build - only one such python 3.11 is needed. However, we should discuss the strategy for python 3.12.

anaconda-pkg-build commented 1 year ago
Linter check found the following problems: The following problems have been found: ERROR: /tmp/abs_b4318hf1qq/clone/recipe/meta.yaml:293: duplicate_key_in_meta_yaml: The recipe meta.yaml contains a duplicate key Errors were found