Skip to content

Switch Python function plugin to pybind11 instead of Boost.Python #5

Description

@YimingYAN

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions