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

libignition-common v4.0.0 #29

Merged
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
22 changes: 11 additions & 11 deletions README.md

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

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
conda_forge_output_validation: true
provider: {linux_aarch64: default, linux_ppc64le: default}
bot:
abi_migration_branches:
- "v3"
49 changes: 0 additions & 49 deletions recipe/fix_test_break.patch

This file was deleted.

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set base_name = "libignition-common" %}
{% set version = "3.11.1" %}
{% set version = "4.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = base_name + major_version %}

Expand All @@ -9,9 +9,8 @@ package:

source:
- url: https://github.com/ignitionrobotics/ign-common/archive/ignition-common{{ major_version }}_{{ version }}.tar.gz
sha256: 46803bf6fb220936ed0e6660ae4e016f65e8fd402ddc468cb3db3ac554f074f2
sha256: 06169fd8bccf41cceb08f5590e6c3059797cb85b52686e76c4e93fd7de937ac2
patches:
- fix_test_break.patch
- librt_linkage.patch # [linux]
- framework.patch # [osx]

Expand All @@ -30,6 +29,7 @@ requirements:
host:
- libignition-math6
- libignition-cmake2
- libignition-utils1
- dlfcn-win32 # [win]
- libuuid # [linux]
- freeimage
Expand Down Expand Up @@ -59,3 +59,4 @@ extra:
recipe-maintainers:
- seanyen
- Tobias-Fischer
- traversaro