Skip to content

Commit

Permalink
Add proper match * to ros-distro-mutex dependencies (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 29, 2024
1 parent 7f74331 commit 1bf89b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions additional_recipes/ros-distro-mutex/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: 0.5.0

build:
number: 6
number: 7
string: noetic
run_exports:
- "{{ pin_subpackage('ros-distro-mutex', max_pin='x.x') }}"
Expand All @@ -30,13 +30,13 @@ requirements:
# libabseil and libprotobuf added here as a workaround for
# https://github.com/RoboStack/ros-noetic/issues/459
run_constrained:
- libboost-devel 1.82
- gazebo 11
- ogre 1.10.12
- libpqxx 7.8
- libboost-devel 1.82.*
- gazebo 11.*
- ogre 1.10.12.*
- libpqxx 7.8.*
# Add those for next rebuild, needed for Gazebo
# - libabseil 20230802
# - libprotobuf 4.24.3
# - libabseil 20230802.*
# - libprotobuf 4.24.3.*

about:
home: https://github.com/robostack/ros-noetic
Expand Down

0 comments on commit 1bf89b4

Please sign in to comment.