-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Avoid dependence on specific python versions #47
Conversation
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 ( |
This star may help these builds, but it won't fix the issue in the bot. The bot ignores the python versions when computing the graph. |
IIUIC need a python boostrapping package with at least different name here (e.g., a |
@conda-forge-admin , rerender |
Yep moving python to build will do the trick too! Thanks @isuruf! |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/intel-compiler-repack-feedstock/actions/runs/10623445769. |
…nda-forge-pinning 2024.08.29.15.38.44
Well, this fails even with a swapfile...
However, the OOM looks spurious, because the real issue seems to be that the build requires a newer tbb (2021.13.0) than what ends up in the environment:
|
The error The script If there is a way to accomplish the same effect without using Python, this could solve the problem. |
Yes you should be able to feed the build and host prefix in to adjust sys.prefix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing this
It's clear from the recipe that python is only used as a build tool here, not because anything needs to be built per python version. This should be reflected in the recipe, because it avoids trying to build
intel-opencl-rt
for various python versions, c.f.It also leads to other problems, because our migration infrastructure thinks this feedstock needs to be migrated per python version, which leads to pointless PRs like #46, resp. problems with false positives for cycles in the build graph