-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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.
Reactions are currently unavailable