Skip to content

Conversation

@pierrewillenbrockdfki
Copy link
Contributor

These are the remaining bits that found their way onto my feature/qt4-qt5 branch. Tested them with a qt4 only workspace, they seem to be fine.

@pierrewillenbrockdfki
Copy link
Contributor Author

Not sure if anyone else should take a look at these, they seem fairly trivial to me.

Comment on lines +333 to +335
cmake_package 'control/urdfdom' do |pkg|
pkg.define "BUILD_TESTING", "OFF"
end
Copy link
Member

Choose a reason for hiding this comment

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

N.B.: Ubuntu does provide liburdfdom-dev (and liburdfdom-headers-dev), which could make this actually obsolete.
However, on Ubuntu 20.04 it seems to be only version 1.0.4, Ubuntu 22.04 has version 3.0.1, Ubuntu 24.04 has 4.0.0 (not sure what version is required).

Copy link
Member

Choose a reason for hiding this comment

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

It is still not obsolete, as someone could add an osdep override....

'16.04,16.10,17.04,17.10': libsdformat4-dev
default: libsdformat6-dev
'18.04,20.04': libsdformat6-dev
default: libsdformat-dev
Copy link
Member

Choose a reason for hiding this comment

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

default will unfortunately only work for 22.04. In 24.04 it was removed from the ubuntu packages and requires an extra osrepo (e.g., http://packages.osrfoundation.org/gazebo/ubuntu-stable)

Copy link
Member

Choose a reason for hiding this comment

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

There is a source definition:

https://github.com/rock-core/rock-package_set/blob/master/source.yml#L88-L92

That might be switched to github repo though...

https://github.com/gazebosim/sdformat

I currently don't know a way to tell autoproj to use source in the osdep file, only in the overrides.rb.

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.

5 participants