Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ libprotobuf:
protobuf:
- 6.33.5
spdlog:
- 1.17
- '1.17'
pugixml:
- '1.15'
libopencv:
- 4.13.0
libxml2:
- 2.14.*
- '2.14'
graphviz:
- 14.*
- '14'
# Mitigation for
# https://github.com/RoboStack/ros-jazzy/pull/126#issuecomment-3515455380
libcap:
- 2.77
- '2.77'
fmt:
- 12.1
- '12.1'
lua:
- 5.4
tbb:
Expand All @@ -36,39 +36,39 @@ cmake:
# as of early April 2026 key robotics packages like pinocchio still required eigen 3.4.0.*,
# see https://github.com/conda-forge/eigenpy-feedstock/pull/184
eigen_abi_devel:
- 3.4.0
- '3.4.0'


cdt_name: # [linux]
- conda # [linux]
cdt_name: # [linux]
- conda # [linux]

python:
- 3.12.* *_cpython
python_impl:
- cpython

c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2022 # [win]
c_compiler_version: # [unix]
- 14 # [linux]
- 18 # [osx]
- gcc # [linux]
- clang # [osx]
- vs2022 # [win]
c_compiler_version: # [unix]
- 14 # [linux]
- 18 # [osx]
c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
c_stdlib_version: # [unix]
- 2.17 # [linux]
- 11.0 # [osx and x86_64]
- 11.0 # [osx and arm64]
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
c_stdlib_version: # [unix]
- 2.17 # [linux]
- 11.0 # [osx and x86_64]
- 11.0 # [osx and arm64]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2022 # [win]
cxx_compiler_version: # [unix]
- 14 # [linux]
- 18 # [osx]
- gxx # [linux]
- clangxx # [osx]
- vs2022 # [win]
cxx_compiler_version: # [unix]
- 14 # [linux]
- 18 # [osx]

libzenohc:
- 1.7.2
Expand All @@ -81,4 +81,4 @@ libhwloc:
urdfdom:
- 4.0.1
urdfdom-headers:
- 1.1.2
- 1.1.2
Loading
Loading