-
-
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
ENH OSX sysroot/sdk package #23777
ENH OSX sysroot/sdk package #23777
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/osx-sysroot:
|
here is a start @conda-forge/core there is lots more to do here I think it may make sense to have this package set the deployment target env instead of it appearing elsewhere in the CBC. |
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/osx-sysroot:
|
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/osx-sysroot:
|
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 ( |
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.
Thanks Matt! 🙏
Added a couple suggestions. Though maybe these change if we go the zip_keys
route (they may also need some tweaking anyway)
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/osx-sysroot:
|
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/osx-sysroot:
|
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 ( |
Thanks Matt! 🙏 This is coming along nicely 🙂 One other question to consider, do we want this to just be a metapackage or do we want it to contain things (like TAPI files or similar)? IOW if a user tried to build a package using this recipe locally, what behavior should they expect? |
Yep @jakirkham. This is my thought exactly. :) I think this package should handle all of the SDK stuff we do in conda-build-ci-setup right now, TAPI, etc. Having it in build should behave just like the linux one. |
We'll want special hooks for cache downloads in ci across envs. |
We should double check which things we can package both from a legal and technical standpoint. Recall issues on both fronts with the SDKs for example. Though TAPI might be ok (still should check though) Some past discussion in PR: #5382 |
Should add am ok punting on that discussion for now. Just thinking about the questions users might ask when this package shows up and how we might respond to them. Similarly what we might like to add here in the future |
Oh I don't intend to package the sdk. Just put the scripts that download it in this package. It will be downloaded by the user when they run the job. |
OK let's see how this version works. Might fail on ci because CI uses 10.9 for SDK. |
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.
Cool, I think this looks much more manageable. 👍
Ok @h-vetinari this is ready for another look. I tested locally and squashed some dumb bugs. Works in zsh now too. |
IMO this looks very nice, but I think some other (core) feedback would still be good, and especially if existing criticism can now be considered addressed and fixed. |
@conda-forge/core @isuruf any comments? |
Any other comments here @conda-forge/core? |
Could you please share what the current intended usage would be in an example? |
Sure! This package goes into build like this:
Our default pinnings will have
The stdlib jinja2 function doesn't yet exist in conda-build. |
Any other comments here @conda-forge/core? |
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 with or without the warning for mismatched SDK / deployment target.
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).TODO