ESROCOS / buildconf

In this repository all the neccessary files are stored to build an esrocos environment with autoproj
0 stars 0 forks source link

Investigate better storage location for CMake and init.rb stuff #17

Closed maltewi closed 6 years ago

maltewi commented 6 years ago

Suggestion

It should either go to package set or individual repository included via default build layout.

Rationale

All ESROCOS features should also be available form user-customized buildconfs

Kynneb commented 6 years ago

Over the last days I have experimented a bit with that topic. In #18 some files are already moved out of the buildconf into a new package "tools/config".

Candidates to move out of the buildconf would be:

However, I stumbled over multiple problems:

So essentially I was only able to move out the templates and cmake macros functionally but perhaps this is not a problem of principle but only of my autoproj-fu. Next week I might look more into this.

maltewi commented 6 years ago

what about moving these things to the package set?

Kynneb commented 6 years ago

Update: