Skip to content

Commit 6408b7c

Browse files
committed
prepare dependencies.yaml for rattler-build
1 parent 0070050 commit 6408b7c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

patch/dependencies.yaml

Lines changed: 10 additions & 10 deletions
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", {sel(not win): zstd-static}]
16+
add_host: ["zstd", {"${{ 'zstd-static' if not win }}"}]
1717
add_run: ["zstd"]
1818
sqlite3_vendor:
1919
add_host: ["sqlite"]
@@ -45,7 +45,7 @@ behaviortree_cpp_v3:
4545
add_host: ["libboost-devel", "cppzmq"]
4646
add_run: ["libboost"]
4747
plotjuggler:
48-
add_host: ["libxcb", {sel(linux): elfutils}, "ros-humble-ros-workspace"]
48+
add_host: ["libxcb", "${{ 'elfutils' if linux }}", "ros-humble-ros-workspace"]
4949
embree_vendor:
5050
add_host: ["REQUIRE_OPENGL", "libpng", "libjpeg-turbo", "openimageio", "tbb", "tbb-devel", "embree"]
5151
ign_rviz_common:
@@ -75,7 +75,7 @@ fmilibrary_vendor:
7575
mrpt2:
7676
add_host: ["assimp", "octomap", "tinyxml2", "libboost-devel", "jsoncpp", "gtest", "libboost-python-devel", "libdc1394", "xorg-libxcomposite", "libftdi", "ros-humble-octomap"]
7777
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 }}"]
7979
ros1_rosbag_storage_vendor:
8080
add_host: ["ros-noetic-roscpp", "ros-noetic-roslz4", "ros-noetic-rostest"]
8181
add_run: ["ros-noetic-roscpp", "ros-noetic-roslz4"]
@@ -84,14 +84,14 @@ popf:
8484
rtabmap:
8585
add_host: ["REQUIRE_OPENGL", "ceres-solver", "libdc1394", "libusb", "vtk"]
8686
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 }}"]
8888
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"]
9191
nav2_util:
9292
add_host: ["libboost-devel"]
9393
nav2_constrained_smoother:
94-
add_host: [{"sel(win)": "openblas"}]
94+
add_host: ["${{ 'openblas' if win }}"]
9595
ompl:
9696
add_host: ["ompl"]
9797
pybind11_vendor:
@@ -101,7 +101,7 @@ python_qt_binding:
101101
add_host: ["pyqt-builder"]
102102
add_run: ["pyqt-builder"]
103103
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) }}"]
105105
add_host: ["REQUIRE_OPENGL", "pyqt-builder", "pep517"]
106106
add_run: ["pyqt-builder", "pep517"]
107107
rqt_gui_cpp:
@@ -153,10 +153,10 @@ ros_image_to_qimage:
153153
rqt_image_overlay:
154154
add_host: ["REQUIRE_OPENGL"]
155155
slam_toolbox:
156-
add_build: [{sel(build_platform != target_platform): qt-main}]
156+
add_build: ["${{ 'qt-main' if (build_platform != target_platform) }}"]
157157
add_host: ["REQUIRE_OPENGL"]
158158
vision_msgs_rviz_plugins:
159-
add_build: [{sel(build_platform != target_platform): qt-main}]
159+
add_build: ["${{ 'qt-main' if (build_platform != target_platform) }}"]
160160
add_host: ["REQUIRE_OPENGL"]
161161
velodyne_pointcloud:
162162
add_host: ["libboost-devel"]

0 commit comments

Comments
 (0)