acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

[orocos-kdl-python] install PyKDL to site-packages instead of dist-packages #271

Open acxz opened 1 month ago

acxz commented 1 month ago

From @daizhirui in https://github.com/acxz/pkgbuilds/pull/265

PyKDL is used by tf2-sensor-msgs. dist-packages is not included in the sys.path by default. It is recommended to use site-packages instead. site-packages is used when building this package with ROS activated.

acxz commented 1 month ago

patched with fadda6f

acxz commented 1 month ago

@daizhirui when you get the chance you link an upstream issue regarding the patch you created? Thanks!

daizhirui commented 3 weeks ago

@acxz I create a pull request at the upstream: https://github.com/orocos/orocos_kinematics_dynamics/pull/471