Re: [C++-sig] Compiling boost python

2020-04-30 Thread Axel Huebl
Hi, Check out the bazel example or the plain build with setuptools: https://github.com/pybind/ https://github.com/pybind/python_example Axel On April 30, 2020 9:05:39 AM PDT, Andrew Voelkel wrote: >The examples all use cmake, and there is a cmake extension for pybind11 >that takes care of a n

Re: [C++-sig] pybind11 -- alternative to Boost.Python

2015-10-19 Thread Axel Huebl
Wow the docs and examples look great! Thank you for the tremendous amount of work you put in! I am eager to test this with CUDA7+/C++11 programs. Best, Axel On October 18, 2015 3:56:42 PM EEST, Wenzel Jakob wrote: >Hello all, > >after being a long-time Boost.Python user, I’ve been working on an