[Bug 1025] python_orocos_kdl isntalling in wrong directory
Jon B <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.orocos.org/show_bug.cgi?id=1025 Jon B <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jon B <[email protected]> 2013-10-09 01:38:09 CEST --- (In reply to comment #0) > Hello, > > I tried to install PyKDL manually, but the > set(PYTHON_SITE_PACKAGES_INSTALL_DIR) does not give the right path : > > Install the project... > -- Install configuration: "RelWithDebInfo" > -- Up-to-date: /usr/local/lib/python./dist-packages/PyKDL.so > > > it seems that python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} does not > work anymore. > I used ccmake to change the installation path to .../python2.6/ and it worked > though. > > I'm running Ubuntu 10.04 (all updates done). Antoine, You should be able to install it by setting the `CMAKE_INSTALL_PREFIX` like so: ``` cmake -DCMAKE_INSTALL_PREFIX=/path/to/install ``` Then it should go into /path/to/install/lib/python2.x/dist-packages/PyKDL.so -- Configure bugmail: http://bugs.orocos.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. -- Orocos-Dev mailing list [email protected] http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev