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 library path to be specified in build #70

Closed stephentu closed 10 years ago

stephentu commented 10 years ago

this allows us to use the protobuf library provided by conda, instead of the system one

-Wno-unused-parameter is needed, since newer versions of the protobuf compiler will generate code which has unused parameters. Alternatively, we could set -Wno-error=unused-parameter, but then we'll get compile spam on each build

stephentu commented 10 years ago

also i'll try to use git rebase more in the future, to avoid the annoying merge commit messages