You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: