envire / envire-envire_core

Core part for the Environment Representation library
BSD 2-Clause "Simplified" License
7 stars 13 forks source link

Fix missing pkgconfig dependency #56

Closed 2maz closed 4 years ago

Rauldg commented 4 years ago

I wonder why this never occured in CI?

Isn't it because it is handled later as dep plain here?

Rauldg commented 4 years ago

Is the dep plain now redundant?

2maz commented 4 years ago

The library boost_serialization is referring to envire's library base/boost_serialization , while in DEPS_PLAIN it is linking to Boost's serialization library. I encountered the missing include while preparing the Debian package for the upcoming release - which is done with strict package separation now. @planthaber I guess the CI is not using the autoproj configuration with:

Autoproj.config.separate_prefixes = true