-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add package to allow noarch python packages to depend on cupy #26116
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/cupyifcudaavailable:
|
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 ( |
PS. Note that mamba uses |
@jakirkham @leofang this is the package I have in mind to help me depend on cupy. It allows downstream packages to just depend on "one thing" without creating |
Thanks @hmaarrfk for your relentless push. I finally understand what's missing in your use case, sorry it took me a while. I suggest
|
I agree that this is not a scalable approach. cupy is quite a unique package in that it targets a very specific hardware platform. I'm happy to close this PR. As i understand cupy does not target osx. so We can continue this discussion elsewhere more on the cupy feedstock. |
Let's continue the discussion in conda-forge/cupy-feedstock#264 :) |
At this stage, i'm curious how it gets through the build process.
xref: conda-forge/cupy-feedstock#193
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).