|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json |
| 2 | + |
| 3 | +package: |
| 4 | + name: ros-jazzy-joy-teleop |
| 5 | + version: 2.0.0 |
| 6 | +source: |
| 7 | + git: https://github.com/ros2-gbp/teleop_tools-release.git |
| 8 | + tag: release/jazzy/joy_teleop/2.0.0-1 |
| 9 | + target_directory: ros-jazzy-joy-teleop/src/work |
| 10 | + |
| 11 | +build: |
| 12 | + script: ${{ '$RECIPE_DIR/build_ament_python.sh' if unix or wasm32 else '%RECIPE_DIR%\\bld_ament_python.bat' }} |
| 13 | + number: 18 |
| 14 | + post_process: |
| 15 | + - files: |
| 16 | + - '*.pc' |
| 17 | + regex: (?:-L|-I)?"?([^;\s]+/sysroot/) |
| 18 | + replacement: $$(CONDA_BUILD_SYSROOT_S) |
| 19 | + - files: |
| 20 | + - '*.cmake' |
| 21 | + regex: ([^;\s"]+/sysroot) |
| 22 | + replacement: $$ENV{CONDA_BUILD_SYSROOT} |
| 23 | + - files: |
| 24 | + - '*.cmake' |
| 25 | + regex: ([^;\s"]+/MacOSX\d*\.?\d*\.sdk) |
| 26 | + replacement: $$ENV{CONDA_BUILD_SYSROOT} |
| 27 | +about: |
| 28 | + license: BSD-3-Clause |
| 29 | + summary: A (to be) generic joystick interface to control a robot |
| 30 | +extra: |
| 31 | + recipe-maintainers: |
| 32 | + - ros-forge |
| 33 | + |
| 34 | +requirements: |
| 35 | + build: |
| 36 | + - ${{ compiler('cxx') }} |
| 37 | + - ${{ compiler('c') }} |
| 38 | + - if: target_platform!='emscripten-wasm32' |
| 39 | + then: |
| 40 | + - ${{ stdlib('c') }} |
| 41 | + - ninja |
| 42 | + - python |
| 43 | + - setuptools |
| 44 | + - git |
| 45 | + - git-lfs |
| 46 | + - if: unix |
| 47 | + then: |
| 48 | + - patch |
| 49 | + - make |
| 50 | + - coreutils |
| 51 | + - if: win |
| 52 | + then: |
| 53 | + - m2-patch |
| 54 | + - if: osx |
| 55 | + then: |
| 56 | + - tapi |
| 57 | + - if: build_platform != target_platform |
| 58 | + then: |
| 59 | + - pkg-config |
| 60 | + - cmake |
| 61 | + - cython |
| 62 | + - if: build_platform != target_platform |
| 63 | + then: |
| 64 | + - python |
| 65 | + - cross-python_${{ target_platform }} |
| 66 | + - numpy |
| 67 | + host: |
| 68 | + - if: build_platform == target_platform |
| 69 | + then: |
| 70 | + - pkg-config |
| 71 | + - numpy |
| 72 | + - pip |
| 73 | + - python |
| 74 | + - ros-jazzy-ament-copyright |
| 75 | + - ros-jazzy-ament-flake8 |
| 76 | + - ros-jazzy-ament-pep257 |
| 77 | + - ros-jazzy-ament-xmllint |
| 78 | + - ros-jazzy-example-interfaces |
| 79 | + - ros-jazzy-geometry-msgs |
| 80 | + - ros-jazzy-launch-ros |
| 81 | + - ros-jazzy-launch-testing |
| 82 | + - ros-jazzy-ros-environment |
| 83 | + - ros-jazzy-ros-workspace |
| 84 | + - ros-jazzy-std-msgs |
| 85 | + - ros-jazzy-std-srvs |
| 86 | + - ros-jazzy-test-msgs |
| 87 | + - ros2-distro-mutex 0.15.* jazzy_* |
| 88 | + - setuptools |
| 89 | + run: |
| 90 | + - python |
| 91 | + - ros-jazzy-control-msgs |
| 92 | + - ros-jazzy-rclpy |
| 93 | + - ros-jazzy-ros-workspace |
| 94 | + - ros-jazzy-rosidl-runtime-py |
| 95 | + - ros-jazzy-sensor-msgs |
| 96 | + - ros-jazzy-teleop-tools-msgs |
| 97 | + - ros-jazzy-trajectory-msgs |
| 98 | + - ros2-distro-mutex 0.15.* jazzy_* |
| 99 | + - if: osx and x86_64 |
| 100 | + then: |
| 101 | + - __osx >=${{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }} |
0 commit comments