|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json |
| 2 | + |
| 3 | +package: |
| 4 | + name: ros-lyrical-twist-stamper |
| 5 | + version: 0.0.5 |
| 6 | +source: |
| 7 | + git: https://github.com/ros2-gbp/twist_stamper-release.git |
| 8 | + tag: release/lyrical/twist_stamper/0.0.5-3 |
| 9 | + target_directory: ros-lyrical-twist-stamper/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: 22 |
| 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 | + repository: https://github.com/joshnewans/twist_stamper |
| 29 | + license: Apache-2.0 |
| 30 | + summary: ROS2 package for converting between Twist and TwistStamped messages |
| 31 | +extra: |
| 32 | + recipe-maintainers: |
| 33 | + - ros-forge |
| 34 | + |
| 35 | +requirements: |
| 36 | + build: |
| 37 | + - ${{ compiler('cxx') }} |
| 38 | + - ${{ compiler('c') }} |
| 39 | + - if: target_platform!='emscripten-wasm32' |
| 40 | + then: |
| 41 | + - ${{ stdlib('c') }} |
| 42 | + - ninja |
| 43 | + - python |
| 44 | + - setuptools |
| 45 | + - git |
| 46 | + - git-lfs |
| 47 | + - if: unix |
| 48 | + then: |
| 49 | + - patch |
| 50 | + - make |
| 51 | + - coreutils |
| 52 | + - if: win |
| 53 | + then: |
| 54 | + - m2-patch |
| 55 | + - if: osx |
| 56 | + then: |
| 57 | + - tapi |
| 58 | + - if: build_platform != target_platform |
| 59 | + then: |
| 60 | + - pkg-config |
| 61 | + - cmake |
| 62 | + - cython |
| 63 | + - if: build_platform != target_platform |
| 64 | + then: |
| 65 | + - python |
| 66 | + - cross-python_${{ target_platform }} |
| 67 | + - numpy |
| 68 | + host: |
| 69 | + - if: build_platform == target_platform |
| 70 | + then: |
| 71 | + - pkg-config |
| 72 | + - numpy |
| 73 | + - pip |
| 74 | + - pytest |
| 75 | + - python |
| 76 | + - ros-lyrical-ament-copyright |
| 77 | + - ros-lyrical-ament-flake8 |
| 78 | + - ros-lyrical-ament-pep257 |
| 79 | + - ros-lyrical-ros-environment |
| 80 | + - ros-lyrical-ros-workspace |
| 81 | + - ros2-distro-mutex 0.18.* lyrical_* |
| 82 | + - setuptools |
| 83 | + run: |
| 84 | + - python |
| 85 | + - ros-lyrical-geometry-msgs |
| 86 | + - ros-lyrical-rclpy |
| 87 | + - ros-lyrical-ros-workspace |
| 88 | + - ros-lyrical-std-msgs |
| 89 | + - ros2-distro-mutex 0.18.* lyrical_* |
0 commit comments