Open Alessandro-Barbieri opened 7 years ago
With PYTHON_INSTALL_DIR=lib64/pythonx.y/site-packages
will install right.
From your description it makes sense that if you pass a custom PYTHON_INSTALL_DIR
that it needs to match the layout on your system. Can you please clarify what the original value of PYTHON_INSTALL_DIR
was (I assume it wasn't correct so that you started passing your own value).
I can't get the .so installed alongside the .py on my gentoo I have roslz4 installed in
this is when I build with
if I change
PYTHON_INSTALL_DIR
toPYTHON_INSTALL_DIR=/opt/ros/usr/lib64/pythonx.y/site-packages
it becameSo what variable combination I need to use?