pybind11 is lightweight header-only C++11 library to link python and c++, and has no dependency on boost. It has very similar API comparing to Boost.Python.
Compiling Boost.Python for Liger is proven to be not straightforward to get it right . So it would be great to get rid of Boost.Python and use pybind11 for the python interface.
pybind11is lightweight header-only C++11 library to link python and c++, and has no dependency on boost. It has very similar API comparing to Boost.Python.Compiling Boost.Python for Liger is proven to be not straightforward to get it right . So it would be great to get rid of Boost.Python and use pybind11 for the python interface.