We build a stable and nightly version of our workspace, and our stable is now broken with a missing 2.8.2 version of liborocos-ocl-deployment-gnulinux.so required at runtime for one of our orocos component.
We find the dependency with orocos_use_package(ocl-deployment)
Rebuilding our stable workspace would solve the issue. However, if there is ABI compatibility, it would be great to depend on major.minor version only, and then resolve the library with a 2.8 instead of a 2.8.x, avoiding the rebuild on system updates with patches only.
After a system update, we got ros-indigo-ocl updated from 2.8.2 to 2.8.3, especially
We build a stable and nightly version of our workspace, and our stable is now broken with a missing 2.8.2 version of liborocos-ocl-deployment-gnulinux.so required at runtime for one of our orocos component.
We find the dependency with
orocos_use_package(ocl-deployment)
Rebuilding our stable workspace would solve the issue. However, if there is ABI compatibility, it would be great to depend on major.minor version only, and then resolve the library with a 2.8 instead of a 2.8.x, avoiding the rebuild on system updates with patches only.
I think this similar to https://github.com/orocos-toolchain/ocl/issues/31
thanks