Things to know on Conda‐forge - GlacioHack/xdem GitHub Wiki

The packaging happens on https://github.com/conda-forge/xdem-feedstock.

Even if the tests pass on CI, it does not mean that the tests for publishing the package will pass.

Some things to know:

  1. The recipe/meta.yml of the feedstock must have the exact same dependencies as xdem/environment.yml,
  2. The xdem/setup.cfg must list all submodules (e.g., subfolders such as "dem", "coreg") in its "[options.packages.find]", or the packaging will fail.
  3. The feedstock is supposed to trigger automatically after a new GitHub publish, but doesn't always work (broken for GeoUtils).