Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions gazebo.osrepos
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- ubuntu:
- noble: # Ubuntu 24.04 needs the gazebo package repository to install libsdformat
- type: repo
repo: deb http://packages.osrfoundation.org/gazebo/ubuntu-stable noble main
- type: key
keyserver: hkp://keyserver.ubuntu.com:80
id: 67170598AF249743
9 changes: 7 additions & 2 deletions rock.osdeps
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ control/sdformat:
ubuntu:
'14.04,14.10,15.04,15.10': nonexistent
'16.04,16.10,17.04,17.10': libsdformat4-dev
default: libsdformat6-dev
'18.04,20.04': libsdformat6-dev
'24.04': libsdformat15-dev
default: libsdformat-dev
debian:
jessie,wheezy,squeeze: nonexistent
stretch: libsdformat4-dev
Expand Down Expand Up @@ -378,6 +380,7 @@ libproc:
'12.10,13.04,13.10': libprocps0-dev
'14.04,14.10,15.04,15.10': libprocps3-dev
'16.04': libprocps4-dev
'24.04': libproc2-dev

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

As you suggested, I think the best is to mark it as nonexistent instead of adding libproc2-dev here.

default: libprocps-dev
fedora,opensuse: procps-devel
gentoo: sys-process/procps
Expand Down Expand Up @@ -509,7 +512,9 @@ proj:
opensuse: [proj, libproj-devel]

pypy:
ubuntu,debian: pypy
ubuntu,debian:
default: pypy
"24.04": pypy3
gentoo: dev-python/pypy

qhull:
Expand Down