cvanelteren/PlexSim

Build issues with separation pxd

Closed this issue · 1 comments

Using plexsim as submodule has build issues not finding some header files and implementation.

Apparently, cython cannot link multiple source files into one header. Which results in either one major monolith, which I had prior to v3. Separation into separate module provides more clarity for external coders but generates head scratches regarding the build process.

Fixed in master