Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 5, 2025
1 parent d2282a2 commit 94c7431
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions additional_recipes/ros-distro-mutex/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ requirements:
- libprotobuf 5.28.2.*
- ogre 1.10.12.*
- libpqxx 7.8.*
- sip ==6.8.6

run_exports:
weak:
Expand Down
1 change: 1 addition & 0 deletions patch/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rviz:
add_host: ["${{ 'setuptools 69.*' if win }}", "sip ==6.8.6"]
python_qt_binding:
add_run: ["adwaita-icon-theme"]
add_host: ["${{ 'setuptools 69.*' if win }}", "sip ==6.8.6"]
ompl:
add_host: ["ompl"]
add_run: ["ompl"]
Expand Down
13 changes: 7 additions & 6 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git = "*"

[feature.beta.pypi-dependencies]
# This is tipically the latest commit on rattler-build-humble branch
vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "8295f8f9b0fade22fff8683f491f203d145d639c" }
vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "37b38745c4ef3792e17824ce54892ebdeecc17cb" }
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
# (and regenerate the pixi.lock) once you push the modified commit to the repo
#vinca = { path = "../vinca", editable = true }
Expand Down

0 comments on commit 94c7431

Please sign in to comment.