-
-
Notifications
You must be signed in to change notification settings - Fork 6
Migrate recipe to rattler-build v1 format #126
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict. Please ping the 'conda-forge/core' team (using the |
04da319 to
bf1b1ea
Compare
|
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 ( |
bf1b1ea to
8f5cf67
Compare
|
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/19251666613. Examine the logs at this URL for more detail. |
8f5cf67 to
34674de
Compare
|
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 ( |
7183d5f to
e3d243c
Compare
|
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 recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20319395865. Examine the logs at this URL for more detail. |
24b64fa to
15fefd3
Compare
This PR updates the adios2-feedstock to use the new rattler-build v1 recipe format as introduced by CEP 13.
902ffec to
1a91ab0
Compare
…5.12.17.10.14.15 Other tools: - conda-build 25.11.1 - rattler-build 0.54.0 - rattler-build-conda-compat 1.4.10
1a91ab0 to
32162fc
Compare
|
@vicentebolea in case it helps, my MPI-varianted packages transitioned successfully to rattler here:
following the logic I found out here: |
|
Thanks @ax3l for the references this is truly useful. Are any of these project using multiple outputs and the experimental cache feature? |
|
At least in my projects, I did not yet get to those features yet 😅 Do you have any refs? We can also check on Zulip with Wolf, sometimes he has a few cycles to help us rattle up :) |
|
Thanks @ax3l here is the feature that we needed from experimental: https://rattler-build.prefix.dev/dev/multiple_output_cache/ |
This PR updates the adios2-feedstock to use the new rattler-build v1
recipe format as introduced by CEP 13.