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

Don't link distributions against itself. #81

Closed cap closed 10 years ago

cap commented 10 years ago

DISTRIBUTIONS_SHARED_LIBS was used for two things: the libraries to link to libdistributions, and the libraries to link to programs using libdistributions. Now it is only the libraries to link to libdistributions; programs using libdistributions link to libdistributions and get its dependencies automatically.