Re: [C++-sig] distributing libraries built using Boost.Python

2018-10-20 Thread danielle amethyst brake
Stefan, > I have a library, which consists foremostly of a set of bindings built > using Boost.Python, and I am finding distribution to be a barrier. > Requiring the user to build themselves prevents most of my users from, > well, being users. Hence, I am writing today to query about best-practic

Re: [C++-sig] distributing libraries built using Boost.Python

2018-10-20 Thread Jakob van Santen
On Sat, Oct 20, 2018 at 6:12 AM danielle amethyst brake < danielleamethystbr...@gmail.com> wrote: > If you are mainly working with Python, i.e. if your C++ code is only used >> in extension modules, you may consider using Anaconda, which provides some >> structure in its package management that co