Skip to content

recipe linter does not support valid conda-build jinja functions! #1062

@jpfeuffer

Description

@jpfeuffer

And not even the existing ones are registered correctly. Pin_compatible also has a upper and lower bound argument.
This is a huge blocker for our recipe:

JINJA_VARS = {
"cran_mirror": "https://cloud.r-project.org",
"compiler": lambda x: f"compiler_{x}",
"pin_compatible": lambda x, max_pin=None, min_pin=None: f"{x}",
"cdt": lambda x: x
}

https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#conda-build-specific-jinja2-functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions