-
Notifications
You must be signed in to change notification settings - Fork 134
recipe linter does not support valid conda-build jinja functions! #1062
Copy link
Copy link
Open
Description
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:
bioconda-utils/bioconda_utils/recipe.py
Lines 138 to 143 in 961c43b
| 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 | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels