Category "conda-build"

Cross-compilation fails during `help` installation: "installing Rd objects failed"

Installation self-loads library during help step I've encountered an issue when cross-compiling the R package xml2 on the Conda Forge infrastructure (r-xml2-fee

Can I pass non-string types via environment variables to meta.yaml?

I am aware that conda's meta.yaml file uses jinja templating, which allows us to pass values to it via environment variables. For example like this: package:

How can I make a Python package developed with Poetry available on conda-forge (or even on my personal conda channel)?

I have developed my first Python package using Poetry as a dependency management and packaging tool. Publishing my work to PyPI has been as easy as running: poe