We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To support optional dependencies in libsolv. Specifically, the details should be similar to the implementation of the feature in rattler for resolvo.
rattler
resolvo
extras
"cuda-version-12.5-hd4f0392_3.conda": { "depends": [], "constrains": [ "__cuda >=12.1" ], "license": "LicenseRef-NVIDIA-End-User-License-Agreement", "version": "12.5", "extras": { "with-cudadev": [ "foo >=4.0.2", "bar >=1.2.3" ] } }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
What is the idea?
To support optional dependencies in libsolv.
Specifically, the details should be similar to the implementation of the feature in
rattler
forresolvo
.extras
which are of the below form and indicate the optional dependencies of a package.Why is this needed?
No response
What should happen?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: