forcedotcom / distributions

Low-level primitives for collapsed Gibbs sampling in python and C++
BSD 3-Clause "New" or "Revised" License
33 stars 25 forks source link

allow extra include paths to be specified via env vars #66

Closed stephentu closed 10 years ago

stephentu commented 10 years ago

This allows us to create a conda recipe for distributions, e.g. conda install distributions.

The recipe (building against my fork) is here: https://github.com/stephentu/conda-recipes/blob/master/distributions/build.sh

You can even try it out :)

conda config --add channels stephentu
conda install distributions