Wolf Vollprecht
Wolf Vollprecht
This would allow us to enable some cool features on `xtensor` arrays and the like!
Currently, to get a Circle with radius 5 one needs to pass `5 ** 2` to the constructor (the squared radius). That isn't really convenient (but definitely more accurate). We...
I think we may not have support for using PKG_HASH and PKG_BUILDNUMBER in the build string right now (for this one needs to compute the values first, then use jinja...
There are recipes that use additional vars that are not otherwise part of the variant computation inside of Jinja expressions. For example https://github.com/conda-forge/mpi4jax-feedstock/blob/8ea663e53bdbcf5c0d3f92a381e3daf8c54721f4/recipe/meta.yaml uses `{{ mpi }}` which expands to...
Notes from an virtual spec discussion we just had over Zoom: ### Other syntax for `sel(...)` Replace ```yaml - sel(linux): xtensor ``` with ```yaml - if: linux put: xtensor ```...
@mariusvniekerk this may be interesting for you :) Still WIP though.