Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle different names of libdc1394 package in different distributions #855

Merged
merged 6 commits into from
Aug 25, 2021

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Aug 25, 2021

This fixes #854 . I took the occasion to also move in install_apt_dependencies.sh the installation of nlohmman-json library.

@traversaro traversaro requested a review from Nicogene August 25, 2021 07:33
then
:
else
apt-get install -y nlohmann-json3-dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which version of the library is it installed? Because now yarp-telemetry needs the v3.10.0

Copy link
Member Author

@traversaro traversaro Aug 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The specific version depends on the specific ubuntu version, see https://repology.org/project/nlohmann-json/versions . However, at the moment not even Debian Unstable (sid) has 3.10.0 . I think we can continue to use the FetchContent-provided nlohmann-json in yarp-telemetry for some time now, this PR does not change anything from that point of view.

@traversaro traversaro requested a review from Nicogene August 25, 2021 08:12
@traversaro
Copy link
Member Author

The CI is now green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debian Sid CI is failing (August 2021)
2 participants