@@ -13,7 +13,7 @@ yaml_cpp_vendor:
13
13
add_host : ["yaml-cpp"]
14
14
add_run : ["yaml-cpp"]
15
15
zstd_vendor :
16
- add_host : ["zstd", {sel(not win): zstd-static}]
16
+ add_host : ["zstd", {"${{ ' zstd-static' if not win }}" }]
17
17
add_run : ["zstd"]
18
18
sqlite3_vendor :
19
19
add_host : ["sqlite"]
@@ -45,7 +45,7 @@ behaviortree_cpp_v3:
45
45
add_host : ["libboost-devel", "cppzmq"]
46
46
add_run : ["libboost"]
47
47
plotjuggler :
48
- add_host : ["libxcb", {sel(linux): elfutils} , "ros-humble-ros-workspace"]
48
+ add_host : ["libxcb", "${{ ' elfutils' if linux }}" , "ros-humble-ros-workspace"]
49
49
embree_vendor :
50
50
add_host : ["REQUIRE_OPENGL", "libpng", "libjpeg-turbo", "openimageio", "tbb", "tbb-devel", "embree"]
51
51
ign_rviz_common :
@@ -75,7 +75,7 @@ fmilibrary_vendor:
75
75
mrpt2 :
76
76
add_host : ["assimp", "octomap", "tinyxml2", "libboost-devel", "jsoncpp", "gtest", "libboost-python-devel", "libdc1394", "xorg-libxcomposite", "libftdi", "ros-humble-octomap"]
77
77
add_run : ["assimp", "octomap", "tinyxml2", "libboost-devel", "jsoncpp", "gtest", "libboost-python-devel", "libdc1394", "xorg-libxcomposite", "libftdi", "ros-humble-octomap"]
78
- add_build : [{"sel(linux)": " {{ cdt('libxcomposite-devel') }}"} ]
78
+ add_build : ["$ {{ cdt('libxcomposite-devel') if linux }}"]
79
79
ros1_rosbag_storage_vendor :
80
80
add_host : ["ros-noetic-roscpp", "ros-noetic-roslz4", "ros-noetic-rostest"]
81
81
add_run : ["ros-noetic-roscpp", "ros-noetic-roslz4"]
@@ -84,14 +84,14 @@ popf:
84
84
rtabmap :
85
85
add_host : ["REQUIRE_OPENGL", "ceres-solver", "libdc1394", "libusb", "vtk"]
86
86
backward_ros :
87
- add_host : [{sel( linux or (osx and x86_64)): binutils}, {sel(linux): elfutils} ]
87
+ add_host : ["${{ 'binutils' if linux or (osx and x86_64)) }}", "${{ ' elfutils' if linux }}" ]
88
88
nav2_smac_planner :
89
- add_build : [{"sel(osx)": " llvm-openmp"} ]
90
- add_host : [{"sel(osx)": " llvm-openmp"} , "ompl", "libode"]
89
+ add_build : ["${{ ' llvm-openmp' if osx }}" ]
90
+ add_host : ["${{ ' llvm-openmp' if osx }}" , "ompl", "libode"]
91
91
nav2_util :
92
92
add_host : ["libboost-devel"]
93
93
nav2_constrained_smoother :
94
- add_host : [{"sel(win)": " openblas"} ]
94
+ add_host : ["${{ ' openblas' if win }}" ]
95
95
ompl :
96
96
add_host : ["ompl"]
97
97
pybind11_vendor :
@@ -101,7 +101,7 @@ python_qt_binding:
101
101
add_host : ["pyqt-builder"]
102
102
add_run : ["pyqt-builder"]
103
103
qt_gui_cpp :
104
- add_build : [{sel (build_platform != target_platform): pyqt}, {sel (build_platform != target_platform): qt-main} ]
104
+ add_build : ["${{ 'pyqt' if (build_platform != target_platform) }}", "${{ 'qt-main' if (build_platform != target_platform) }}" ]
105
105
add_host : ["REQUIRE_OPENGL", "pyqt-builder", "pep517"]
106
106
add_run : ["pyqt-builder", "pep517"]
107
107
rqt_gui_cpp :
@@ -153,10 +153,10 @@ ros_image_to_qimage:
153
153
rqt_image_overlay :
154
154
add_host : ["REQUIRE_OPENGL"]
155
155
slam_toolbox :
156
- add_build : [{sel (build_platform != target_platform): qt-main} ]
156
+ add_build : ["${{ 'qt-main' if (build_platform != target_platform) }}" ]
157
157
add_host : ["REQUIRE_OPENGL"]
158
158
vision_msgs_rviz_plugins :
159
- add_build : [{sel (build_platform != target_platform): qt-main} ]
159
+ add_build : ["${{ 'qt-main' if (build_platform != target_platform) }}" ]
160
160
add_host : ["REQUIRE_OPENGL"]
161
161
velodyne_pointcloud :
162
162
add_host : ["libboost-devel"]
0 commit comments