Skip to content

SEL-Columbia/conda-recipes

Repository files navigation

conda-recipes

Anaconda Build Recipes

To install a package

$ conda build recipe

This builds the package and places it in the conda-bld directory, to then install the local build

$ conda install --use-local $HOME/anaconda/conda-bld/ARCH/recipe.tar.bz2

To upload to anaconda cloud for others

anaconda upload $HOME/anaconda/conda-bld/ARCH/recipe.tar.bz2

Builds

modelrunner

Build for Python 3

conda build --python 3.5 modelrunner

networker

Requires conda-forge channel for rtree >= v0.8

conda build -c conda-forge networker 

infrastructure-planning

Requires sel channel for networker, sequencer

conda build -c conda-forge -c sel infrastructure-planning

About

Anaconda Build Recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published