Skip to content

Commit 7d50afb

Browse files
committed
ros-jazzy
1 parent 6408b7c commit 7d50afb

File tree

6 files changed

+41
-40
lines changed

6 files changed

+41
-40
lines changed

additional_recipes/ros2-distro-mutex/recipe.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package:
44

55
build:
66
number: 0
7-
string: humble
7+
string: jazzy
88

99
requirements:
1010
# NOTE:
@@ -26,22 +26,22 @@ requirements:
2626
# if the upstream package does not have run_exports
2727
# please change it in the conda_build_config.yaml!
2828
run_constraints:
29-
- libboost 1.82
30-
- libboost-devel 1.82
31-
- pcl 1.13.1
32-
- gazebo 11
33-
- libpqxx 6
29+
- libboost 1.84.*
30+
- libboost-devel 1.84.*
31+
- pcl 1.14.1.*
32+
- gazebo 11.*
33+
- libpqxx 7.*
3434

3535
run_exports:
3636
weak:
37-
- ${{ pin_subpackage('ros2-distro-mutex', max_pin='x.x') }}
37+
- ${{ pin_subpackage('ros2-distro-mutex', upper_bound='x.x') }}
3838

3939
about:
40-
homepage: https://github.com/robostack/ros-humble
40+
homepage: https://github.com/robostack/ros-jazzy
4141
license: BSD-3-Clause
4242
summary: |
4343
The ROS2 distro mutex. To switch between ROS2 versions, you need to change the mutex.
44-
E.g. mamba install ros2-distro-mutex=*=humble to switch to humble.
44+
E.g. mamba install ros2-distro-mutex=*=jazzy to switch to jazzy.
4545
4646
extra:
4747
recipe-maintainers:

conda_build_config.yaml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
gazebo:
22
- '11'
33
libpqxx:
4-
- 6
4+
- 7
55
numpy:
66
- 1.23
77
ogre:
8-
- 1.12.*
8+
- 14.2.*
99
setuptools:
1010
- 69
1111

1212
cdt_name: # [linux]
1313
- cos7 # [linux]
1414

1515
python:
16-
- 3.11.* *_cpython
16+
- 3.12.* *_cpython
1717
python_impl:
1818
- cpython
1919

@@ -27,25 +27,4 @@ python_impl:
2727
# - 11.0 # [osx and arm64]
2828
# - 10.14 # [osx and x86_64]
2929
# CONDA_BUILD_SYSROOT:
30-
# - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]
31-
32-
33-
# fix build metadata, needed for mapviz and moveit-core
34-
# replacements:
35-
# all_replacements:
36-
# - tag: 'pkg-config build metadata'
37-
# glob_patterns:
38-
# - '*.pc'
39-
# regex_re: '(?:-L|-I)?\"?([^;\s]+\/sysroot\/)'
40-
# replacement_re: '$(CONDA_BUILD_SYSROOT_S)'
41-
# regex_rg: '([^;\s"]+/sysroot/)'
42-
# - tag: 'CMake build metadata'
43-
# glob_patterns:
44-
# - '*.cmake'
45-
# regex_re: '([^;\s"]+/sysroot)'
46-
# replacement_re: '$ENV{CONDA_BUILD_SYSROOT}'
47-
# - tag: 'CMake build metadata OSX'
48-
# glob_patterns:
49-
# - '*.cmake'
50-
# regex_re: '([^;\s"]+/MacOSX\d*\.?\d*\.sdk)'
51-
# replacement_re: '$ENV{CONDA_BUILD_SYSROOT}'
30+
# - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]

patch/dependencies.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ yaml_cpp_vendor:
1313
add_host: ["yaml-cpp"]
1414
add_run: ["yaml-cpp"]
1515
zstd_vendor:
16-
add_host: ["zstd", {"${{ 'zstd-static' if not win }}"}]
16+
add_host: ["zstd", "${{ 'zstd-static' if not win }}"]
1717
add_run: ["zstd"]
1818
sqlite3_vendor:
1919
add_host: ["sqlite"]
@@ -34,6 +34,7 @@ intra_process_demo:
3434
add_host: ["REQUIRE_OPENGL"]
3535
rviz_ogre_vendor:
3636
add_host: ["zlib", "freeimage", "freetype", "assimp", "zziplib", "pugixml"]
37+
add_build: ["vcstool"]
3738
add_run: ["assimp"]
3839
pcl_conversions:
3940
add_host: ["REQUIRE_OPENGL", "libboost-devel"]
@@ -160,3 +161,14 @@ vision_msgs_rviz_plugins:
160161
add_host: ["REQUIRE_OPENGL"]
161162
velodyne_pointcloud:
162163
add_host: ["libboost-devel"]
164+
# TODO unvendor?!
165+
uncrustify_vendor:
166+
add_build: ["vcstool"]
167+
mimick_vendor:
168+
add_build: ["vcstool"]
169+
gz_cmake_vendor:
170+
add_build: ["vcstool"]
171+
gz_math_vendor:
172+
add_build: ["vcstool"]
173+
gz_utils_vendor:
174+
add_build: ["vcstool"]

robostack.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ libhdf5-dev:
304304
libi2c-dev:
305305
robostack: [libi2c]
306306
liblttng-ust-dev:
307-
robostack: [lttng-ust]
307+
robostack: ["${{ \"lttng-ust\" if linux }}"]
308308
libjpeg:
309309
robostack: [libjpeg-turbo]
310310
libjsoncpp:
@@ -850,6 +850,16 @@ python3-unidiff:
850850
robostack: [unidiff]
851851
python3-usb:
852852
robostack: [pyusb]
853+
python3-vcstool:
854+
robostack: [vcstool]
855+
python3-flake8-docstrings:
856+
robostack: [flake8-docstrings]
857+
python3-flake8-import-order:
858+
robostack: [flake8-import-order]
859+
python3-flake8-builtins:
860+
robostack: [flake8-builtins]
861+
python3-flake8-quotes:
862+
robostack: [flake8-quotes]
853863
python3-venv:
854864
robostack: [virtualenv, pip, pip-tools, setuptools]
855865
python3-websocket:

vinca_linux_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ros_distro: humble
1+
ros_distro: jazzy
22

33
# mapping for package keys
44
conda_index:
@@ -7,7 +7,7 @@ conda_index:
77

88
build_number: 6
99

10-
mutex_package: ros2-distro-mutex 0.5 humble
10+
mutex_package: ros2-distro-mutex 0.5 jazzy
1111

1212
skip_all_deps: false
1313

vinca_osx_arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ros_distro: humble
1+
ros_distro: jazzy
22

33
# mapping for package keys
44
conda_index:
@@ -7,7 +7,7 @@ conda_index:
77

88
build_number: 5
99

10-
mutex_package: ros2-distro-mutex 0.5 humble
10+
mutex_package: ros2-distro-mutex 0.5 jazzy
1111

1212
skip_all_deps: false
1313

0 commit comments

Comments
 (0)