Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with gcc v7 #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Build with gcc v7 #104

wants to merge 2 commits into from

Conversation

danpetry
Copy link

@danpetry danpetry commented Apr 4, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants