-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
source::contributorcreated by a frequent contributorcreated by a frequent contributortype::featurerequest for a new feature or capabilityrequest for a new feature or capability
Description
Checklist
- I added a descriptive title
- I searched open requests and couldn't find a duplicate
What is the idea?
Create a new function that can take an existing conda.models.environment.Environment instance and extrapolate/transform it for a different target platform while preserving compatible specifications.
Why is this needed?
This functionality is necessary for supporting multiplatform lockfiles in conda environments.
What should happen?
- Given a
conda.models.environments.Environmentobject, extrapolate a set of packages to solve for on a different platform. Derive packages using a combination of techniques:- topographical sorting of packages
- from history file
- We need to limit the total number of solves, ideally only one per platform
Additional Context
No response
Metadata
Metadata
Assignees
Labels
source::contributorcreated by a frequent contributorcreated by a frequent contributortype::featurerequest for a new feature or capabilityrequest for a new feature or capability
Type
Projects
Status
Done 💪🏾