Skip to content

Commit c938276

Browse files
committed
Add build files 2026-05-13-2154
1 parent 1399706 commit c938276

4 files changed

Lines changed: 95 additions & 0 deletions

File tree

.github/workflows/osx_arm64.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
jobs:
2+
stage_0_job_0:
3+
name: coal
4+
runs-on: macos-15
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: osx-arm64
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_osx_arm64
22+
on:
23+
push:
24+
branches:
25+
- buildbranch_osx_arm64

buildorder.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ros-kilted-coal
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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_*

vinca_e00269efef.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)