Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 3, 2025
1 parent 23d235c commit efa223c
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-eigenpy/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "3.10.1"

build:
number: 0
number: 21

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-hpp-fcl/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "3.0.0"

build:
number: 0
number: 21

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-base/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-control/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}

source:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-desktop/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-gazebo/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}

source:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-msgs/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-simulator/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}

source:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-jackal-viz/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra:
recipe-maintainers:
- robostack
build:
number: 4
number: 21
script: ${{ '$RECIPE_DIR/build_catkin.sh' if unix else '%RECIPE_DIR%\\bld_catkin.bat' }}


Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-noetic-pinocchio/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "3.3.1"

build:
number: 0
number: 21

requirements:
run:
Expand Down
8 changes: 4 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ build_one_package = { cmd = "cp ./patch/$PACKAGE.*patch ./recipes/$PACKAGE/patch
beta = ["beta"]

[target.linux-64.tasks]
rename-file = { cmd = "cp vinca_linux_64.yaml vinca.yaml", depends_on = ["remove-file"] }
rename-file = { cmd = "ln -s vinca_linux_64.yaml vinca.yaml", depends_on = ["remove-file"] }

[target.osx-64.tasks]
rename-file = { cmd = "cp vinca_osx.yaml vinca.yaml", depends_on = ["remove-file"] }
rename-file = { cmd = "ln -s vinca_osx.yaml vinca.yaml", depends_on = ["remove-file"] }

[target.osx-arm64.tasks]
rename-file = { cmd = "ln -s vinca_osx_arm64.yaml vinca.yaml", depends_on = ["remove-file"] }

[target.linux-aarch64.tasks]
rename-file = { cmd = "cp vinca_linux_aarch64.yaml vinca.yaml", depends_on = ["remove-file"] }
rename-file = { cmd = "ln -s vinca_linux_aarch64.yaml vinca.yaml", depends_on = ["remove-file"] }

[target.win-64.tasks]
rename-file = { cmd = "cp vinca_win.yaml vinca.yaml", depends_on = ["remove-file"] }
rename-file = { cmd = "ln -s vinca_win.yaml vinca.yaml", depends_on = ["remove-file"] }
1 change: 0 additions & 1 deletion vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ packages_select_by_deps:
- panda-moveit-config
- moveit-ros-visualization
- moveit-ros-planning-interface
- niryo_one_simulation
- teb-local-planner
- turtlebot3
- turtlebot3-fake
Expand Down
1 change: 0 additions & 1 deletion vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ packages_select_by_deps:
- panda-moveit-config
- moveit-ros-visualization
- moveit-ros-planning-interface
- niryo_one_simulation
- turtlebot3
- turtlebot3-fake
- librealsense2
Expand Down

0 comments on commit efa223c

Please sign in to comment.