rock-core / package_set

Package definition for autoproj, to build all the packages that form the core of Rock, the Robot Construction Kit
http://rock-robotics.org/documentation/
0 stars 24 forks source link

`prefix_dir` isn't always `root_dir/install` #195

Closed moooeeeep closed 2 years ago

moooeeeep commented 2 years ago

When we would specify a non-default install prefix with Python activated, the Python binaries would still be placed at install/bin. While everything else gets installed to the actual prefix_dir. This is supposed to address this.

I have a similar PR for autoproj, to which I'll add a link. Please review and merge if appropriate.

doudou commented 2 years ago

Makes a lot of sense to me. @2maz ?

doudou commented 2 years ago

Ah ... just saw the autoproj thread

doudou commented 2 years ago

@moooeeeep is this something we should still merge ? Or the autoproj patch is the one ?

I'm rather lost w.r.t. python support here ...