Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10
-
None
Description
When building and installing the swig wrappers for the C++ client, the shared object _cqpid.so is created and installed in PREFIX/lib. This is imported by the pure Python part of the generated python package (cqpid.py), so it should be in the same directory PREFIX/lib/pythonX.Y/site-packages. Otherwise, the python bindings cannot be imported.
I would attempt this fix myself, but I have no experience writing autotools scripts, nor cmake scripts.