Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsdformat v11.0.0 #27

Merged
merged 5 commits into from
Apr 2, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ provider: {linux_aarch64: default, linux_ppc64le: default}
bot:
abi_migration_branches:
- "v9.3.0"
- "v10"
21 changes: 8 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set base_name = "libsdformat" %}
{% set version = "10.3.0" %}
{% set version = "11.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = base_name + major_version %}

Expand All @@ -9,40 +9,35 @@ package:

source:
- url: https://github.com/osrf/sdformat/archive/sdformat{{ major_version }}_{{ version }}.tar.gz
sha256: ef52bddc49e962faf8d6df80f6c685de47a749e335ec552fd03fa355eb03d2a7
sha256: 34c1ac9fdbd15d67a5f4dd94a0f03ea7eb037e2d7aa80ad320ca828509d5cbf7
patches:
- sdformat.patch
- skipPoseNoValueTest.patch # [osx]

build:
number: 1
number: 0
skip: false
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
build:
- {{ compiler('cxx') }} # [not win]
- {{ compiler('c') }} # [not win]
- vs2017_win-64 # [win64]
- vs2017_win-32 # [win32]
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- ninja # [not win]
- ruby # [not win]
- ruby 2.7 # [win]
- cmake
- pkg-config
host:
- libignition-cmake2
- libignition-math6
- libignition-tools1
- libignition-utils1
- urdfdom
- boost-cpp
- tinyxml2
- console_bridge
run:
- libignition-math6
- urdfdom
- boost-cpp
- tinyxml2
- console_bridge
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

test:
Expand Down