Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

ioos/conda-recipes

Repository files navigation

conda-recipes

CircleCI Travis-CI AppVeyor Binder

The recipes here create conda packages useful to the IOOS community. These packages are shared with the community at Anaconda.org. See the wiki for more info.

UPDATE

This repository is no longer updated and all the recipes here are now in conda-forge. We recommend add to conda-forge channel to your .condarc with:

conda config --add channels conda-forge --force

Conda-forge model is different from the IOOS repository: in IOOS we host all the recipes in a single repository, while in conda-forge each recipe is hosted in its own repository (or feedstock). If proposing a new recipe users must send a PR to staged-recipes, if changing an existing recipe just fork the feedstock and send the PR.

Note that all conda-forge recipes must have the maintainer GitHub Handle in a extra/recipe-maintainers. The listed maintainers will be granted commit rights to the feedstock and are expected to help maintain the recipe via version updates, etc.

extra:
    recipe-maintainers:
        - GitHubHandle