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
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
https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#conda-build-specific-jinja2-functions