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

Relax compiler requirements at runtime #47

Closed
wants to merge 2 commits into from

Conversation

saraedum
Copy link
Member

@saraedum saraedum commented Mar 16, 2022

The runtime dependencies had compiler('cxx'). The intention here was to make sure that some C++ compiler is available. However, this actually forces this to be the compiler that was used when building the package, i.e., GCC 9. This causes trouble when trying to install a package that requires an older compiler at the same time, e.g., when installing cppyy=2.3.0 and pythran=0.11.0. (see conda-forge/pythran-feedstock#65)

The runtime dependencies had compiler('cxx'). The intention here was to
make sure that some C++ compiler is available. However, this actually
forces this to be the compiler that was used when building the package,
i.e., GCC 9. This causes trouble when trying to install a package that
requires an older compiler at the same time, e.g., when installing
cppyy=2.3.0 and pythran=0.11.0. (see
conda-forge/pythran-feedstock#65)
@saraedum saraedum requested a review from isuruf as a code owner March 16, 2022 15:07
@saraedum
Copy link
Member Author

@conda-forge-admin, please rerender.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@saraedum saraedum closed this Mar 16, 2022
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.

None yet

2 participants