-
Notifications
You must be signed in to change notification settings - Fork 0
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
V0.6.2 #4
Conversation
recipe/conda_build_config.yaml
Outdated
rust_compiler_version: | ||
- 1.76.0 |
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.
rust_compiler_version: | |
- 1.76.0 |
This is already defined at line 3 and 4.
recipe/meta.yaml
Outdated
|
||
build: | ||
run_exports: # [osx and x86_64] | ||
strong_constrains: # [osx and x86_64] | ||
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.12") }} # [osx and x86_64] |
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.
Do we really need this? You'll get these for free if you use your latest builds for rust and rust-activation if I'm not mistaken.
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.
I was just about to ask if this was required as well
recipe/meta.yaml
Outdated
- wheel | ||
- setuptools |
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.
- wheel | |
- setuptools |
setuptools and wheel are not needed when using maturin.
recipe/meta.yaml
Outdated
run: | ||
# this is needed otherwise import y_py in tests fails with ModuleNotFoundError | ||
- python | ||
- __osx >=10.12 # [osx and x86_64] |
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.
Is this needed if the cbc.yaml has 10.12 listed for osx?
I noticed rust and rust-activation are both listed in the PR's description, but it seems a lot of what is done in this PR would be solved when rust is uploaded. Is that correct or am I missing something regarding the order of these PRs? |
They're linked here: https://github.com/AnacondaRecipes/y-py-feedstock/pull/4/files#diff-ff61408cdc05bc9667deeadb55e4aaceb1371972076b6bf6934f9008920f2bd2 |
https://staging.continuum.io/package/prefect/fs/y-py-feedstock/pr4/7c3f648/osx-64/y-py-0.6.2-py310h7854f77_0.conda shows that the osx-64 packages pins |
What was it before I removed the constraints? Tried to check myself but couldn't see. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_8as8sohmzd/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
Actually, that's the constraint, not dep. Though, I would have expected |
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.
Given everything builds successfully, LGTM!
Ah, I know what that |
It might by the contrains export from the rust activation feedstock not being set because of two build sections. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_cd6x37k6gn/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
@JeanChristopheMorinPerso abd @cbouss the latest builds just finished. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_72oa97vohw/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
Now it's fine, we had conda_build_config.yaml misplaced in rust-activation. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_57q5jp7d84/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_508l_838n7/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
y-py 0.6.2
Destination channel: defaults
Links
Explanation of changes: