File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ jobs :
2+ stage_0_job_0 :
3+ name : coal
4+ runs-on : ubuntu-24.04-arm
5+ strategy :
6+ fail-fast : false
7+ needs : []
8+ steps :
9+ - name : Checkout code
10+ uses : actions/checkout@v6
11+ - name : Build ros-kilted-coal
12+ env :
13+ ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_API_TOKEN }}
14+ CURRENT_RECIPES : ros-kilted-coal
15+ BUILD_TARGET : linux-aarch64
16+ run : |
17+ export CI=azure
18+ export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
19+ export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
20+ .scripts/build_unix.sh --target $BUILD_TARGET
21+ name : build_linux_aarch64
22+ on :
23+ push :
24+ branches :
25+ - buildbranch_linux_aarch64
Original file line number Diff line number Diff line change 1+ ros-kilted-coal
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2+
3+ package :
4+ name : ros-kilted-coal
5+ version : 3.0.2
6+
7+ build :
8+ number : 17
9+ script : ' '
10+ post_process :
11+ - files :
12+ - ' *.pc'
13+ regex : (?:-L|-I)?"?([^;\s]+/sysroot/)
14+ replacement : $$(CONDA_BUILD_SYSROOT_S)
15+ - files :
16+ - ' *.cmake'
17+ regex : ([^;\s"]+/sysroot)
18+ replacement : $$ENV{CONDA_BUILD_SYSROOT}
19+ - files :
20+ - ' *.cmake'
21+ regex : ([^;\s"]+/MacOSX\d*\.?\d*\.sdk)
22+ replacement : $$ENV{CONDA_BUILD_SYSROOT}
23+ about :
24+ homepage : https://github.com/coal-library/coal
25+ license : BSD-3-Clause
26+ summary : An extension of the Flexible Collision Library.
27+ extra :
28+ recipe-maintainers :
29+ - ros-forge
30+
31+ requirements :
32+ build :
33+ - if : build_platform != target_platform
34+ then :
35+ - git
36+ - if : build_platform != target_platform
37+ then :
38+ - doxygen
39+ host :
40+ - assimp
41+ - eigen
42+ - graphviz
43+ - libboost-devel
44+ - libboost-python-devel
45+ - lxml
46+ - numpy
47+ - python
48+ - ros-kilted-eigenpy
49+ - ros-kilted-ros-environment
50+ - ros-kilted-ros-workspace
51+ - ros2-distro-mutex 0.14.* kilted_*
52+ - if : build_platform == target_platform
53+ then :
54+ - git
55+ - if : build_platform == target_platform
56+ then :
57+ - doxygen
58+ run :
59+ - assimp
60+ - coal >=3.0.2, <3.0.3a0
61+ - eigen
62+ - libboost-devel
63+ - libboost-python-devel
64+ - numpy
65+ - python
66+ - ros-kilted-eigenpy
67+ - ros-kilted-ros-workspace
68+ - ros2-distro-mutex 0.14.* kilted_*
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments