Skip to content

Python module compilation #4

@jturney

Description

@jturney

Our Python abilities are realized in two parts: Boost Python wrapping of C++ code and Python source code for operator overloading. The Boost Python module is compiled in the objdir while the Python source code stays in the srcdir. This makes testing and using it a hassle.

Modify CMakeLists.txt to copy the Python source code to the objdir for easy testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions